From 64ed0db900c9532d36aa1556ee8c7639a4bfb175 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Wed, 22 Aug 2018 17:21:03 -0400 Subject: [PATCH] Correct theme building arguments --- provisioning/tasks/10-drupal.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/provisioning/tasks/10-drupal.yml b/provisioning/tasks/10-drupal.yml index cdbfd79..727797c 100644 --- a/provisioning/tasks/10-drupal.yml +++ b/provisioning/tasks/10-drupal.yml @@ -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: