Fix the ol 'yaml gotcha'...again

This commit is contained in:
Chris Thompson 2018-08-22 17:04:25 -04:00
parent 2e0f18b045
commit ed7836385a

View file

@ -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