Korrektur fuer git eingebaut und qs Umgebung eingebaut

This commit is contained in:
Marcus Gillitzer
2020-05-07 10:53:47 +02:00
parent e9544fc55a
commit 3fe97db68c
7 changed files with 83 additions and 15 deletions

View File

@ -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 .