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
|
||||
npm:
|
||||
path: {{ drupal_core_path }}/themes
|
||||
path: "{{ drupal_core_path }}/themes"
|
||||
state: present
|
||||
|
||||
- name: Build theme artifacts
|
||||
command: grunt kss
|
||||
chdir: {{ drupal_core_path }}/themes
|
||||
chdir: "{{ drupal_core_path }}/themes"
|
||||
|
||||
|
||||
# - name: Ensure ansible is installed
|
||||
|
|
Loading…
Reference in a new issue