Skip to content
Snippets Groups Projects
Commit 1ee2132f authored by Rebar's avatar Rebar
Browse files

Remove debug, fix typo

parent 931f04d9
No related branches found
No related tags found
1 merge request!20Resolve "Parent themes, child themes"
Pipeline #5511 passed with stage
in 48 seconds
...@@ -128,29 +128,11 @@ ...@@ -128,29 +128,11 @@
# Themes # Themes
- name: Themes install - name: Themes install
shell: wp {{ cli_args }} core language install "{{ theme }}" shell: wp {{ cli_args }} plugin install "{{ theme }}"
loop: "{{ WP_THEMES_INSTALL }}" loop: "{{ WP_THEMES_INSTALL }}"
loop_control: loop_control:
loop_var: theme loop_var: theme
- name: list themes
shell: wp {{ cli_args }} theme list
register: lt
- name: debug list themes
debug:
var: lt
- name: debug list theme dir
shell: ls -l /var/www/wp-content-mount/themes
register: lslt
- name: debug list themes
debug:
var: lslt
- name: Themes activate block - name: Themes activate block
block: block:
- debug: - debug:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment