User-Rechte geaendert in GIT
This commit is contained in:
parent
19462ed401
commit
ceb359cbb1
@ -35,12 +35,10 @@
|
|||||||
when: p.stat.exists == false
|
when: p.stat.exists == false
|
||||||
|
|
||||||
- name: Initialisiere leeres Repo innerhalb von {{ path_init }}
|
- name: Initialisiere leeres Repo innerhalb von {{ path_init }}
|
||||||
become_user: gillitze
|
|
||||||
command: git init {{ path_init }}/
|
command: git init {{ path_init }}/
|
||||||
when: p.stat.exists == false
|
when: p.stat.exists == false
|
||||||
|
|
||||||
- name: commit changes to git
|
- name: commit changes to git
|
||||||
become_user: gillitze
|
|
||||||
shell: |
|
shell: |
|
||||||
git add .
|
git add .
|
||||||
git -c user.name='{{ user_name }} Playbook' -c user.email='{{ user_name }}@playbook' commit -m "Initialisiere GIT"
|
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