git für den AdminServer aktiviert

This commit is contained in:
Marcus Gillitzer
2021-04-21 15:12:33 +02:00
parent 552949873c
commit 160d045ec4
5 changed files with 18 additions and 18 deletions

View File

@ -143,13 +143,13 @@
group: dba
mode: '0755'
#- name: commit changes to git
#shell: |
#git add .
#git -c user.name='Ansible Playbook' -c user.email='ansible@playbook' commit -m "ams_0017_14.1.4.0_AdminServer"
#exit 0
#args:
#chdir: "/opt/rola"
- name: commit changes to git
shell: |
git add .
git -c user.name='Ansible Playbook' -c user.email='ansible@playbook' commit -m "ams_0017_14.1.4.0_AdminServer"
exit 0
args:
chdir: "/opt/rola"