User-Rechte geaendert in GIT
This commit is contained in:
parent
19462ed401
commit
ceb359cbb1
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user