Korrektur fuer git eingebaut und qs Umgebung eingebaut
This commit is contained in:
@ -14,9 +14,18 @@
|
||||
owner: jetty
|
||||
group: dba
|
||||
mode: '0644'
|
||||
|
||||
- name: check if /opt/rola/.git exists
|
||||
shell: ls -ld /opt/rola/.git
|
||||
register: result
|
||||
ignore_errors: true
|
||||
|
||||
|
||||
- name: Initialisiere leeres Repo innerhalb von /opt/rola
|
||||
command: git init /opt/rola/
|
||||
when: result.stdout == ''
|
||||
|
||||
|
||||
|
||||
# Mehr habe ich nicht gemacht,
|
||||
# git add .
|
||||
|
Reference in New Issue
Block a user