From 284f7501d2050645bfaf76504c569ef4f95b46e7 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Fri, 8 Jan 2021 19:38:11 +0100 Subject: [PATCH] git commit push --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}"