git commit push

This commit is contained in:
dcore94 2021-01-08 19:38:11 +01:00
parent 8ffc0b5607
commit 284f7501d2
1 changed files with 2 additions and 0 deletions

View File

@ -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 }}"