User-Rechte geaendert in GIT

This commit is contained in:
Marcus Gillitzer 2020-06-16 10:24:14 +02:00
parent 19462ed401
commit ceb359cbb1

View File

@ -35,12 +35,10 @@
when: p.stat.exists == false
- name: Initialisiere leeres Repo innerhalb von {{ path_init }}
become_user: gillitze
command: git init {{ path_init }}/
when: p.stat.exists == false
- name: commit changes to git
become_user: gillitze
shell: |
git add .
git -c user.name='{{ user_name }} Playbook' -c user.email='{{ user_name }}@playbook' commit -m "Initialisiere GIT"