Correct theme building arguments

This commit is contained in:
Chris Thompson 2018-08-22 17:21:03 -04:00
parent 505d4a3bae
commit 64ed0db900

View file

@ -75,13 +75,13 @@
- name: Install theme build dependencies
npm:
path: "{{ drupal_core_path }}/themes"
path: "{{ drupal_core_path }}/themes/custom/agarica/patternlibrary"
state: present
- name: Build theme artifacts
command: grunt kss
chdir: "{{ drupal_core_path }}/themes"
args:
chdir: "{{ drupal_core_path }}/themes/custom/agarica/patternlibrary"
# - name: Ensure ansible is installed
# apt: