Fix the ol 'yaml gotcha'...again
This commit is contained in:
parent
2e0f18b045
commit
ed7836385a
1 changed files with 2 additions and 2 deletions
|
@ -75,12 +75,12 @@
|
||||||
|
|
||||||
- name: Install theme build dependencies
|
- name: Install theme build dependencies
|
||||||
npm:
|
npm:
|
||||||
path: {{ drupal_core_path }}/themes
|
path: "{{ drupal_core_path }}/themes"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Build theme artifacts
|
- name: Build theme artifacts
|
||||||
command: grunt kss
|
command: grunt kss
|
||||||
chdir: {{ drupal_core_path }}/themes
|
chdir: "{{ drupal_core_path }}/themes"
|
||||||
|
|
||||||
|
|
||||||
# - name: Ensure ansible is installed
|
# - name: Ensure ansible is installed
|
||||||
|
|
Loading…
Reference in a new issue