Correct theme building arguments
This commit is contained in:
parent
505d4a3bae
commit
64ed0db900
1 changed files with 3 additions and 3 deletions
|
@ -75,13 +75,13 @@
|
||||||
|
|
||||||
- name: Install theme build dependencies
|
- name: Install theme build dependencies
|
||||||
npm:
|
npm:
|
||||||
path: "{{ drupal_core_path }}/themes"
|
path: "{{ drupal_core_path }}/themes/custom/agarica/patternlibrary"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Build theme artifacts
|
- name: Build theme artifacts
|
||||||
command: grunt kss
|
command: grunt kss
|
||||||
chdir: "{{ drupal_core_path }}/themes"
|
args:
|
||||||
|
chdir: "{{ drupal_core_path }}/themes/custom/agarica/patternlibrary"
|
||||||
|
|
||||||
# - name: Ensure ansible is installed
|
# - name: Ensure ansible is installed
|
||||||
# apt:
|
# apt:
|
||||||
|
|
Loading…
Reference in a new issue