diff --git a/tasks/main.yml b/tasks/main.yml index 38437e3..2dfff88 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -41,6 +41,8 @@ - name: Git Add files delegate_to: localhost + args: + chdir: "{{ tmpdir }}/src/themes/{{ theme }}/" shell: | git add --all git commit -am "added theme {{ theme }}"