Syntax-Fehler im Bereich roles/git behoben
This commit is contained in:
parent
92472f913e
commit
f7299785d9
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
# defaults file for default_role
|
# defaults file for default_role
|
||||||
path_init="/opt/rola"
|
path_init: "/opt/rola"
|
||||||
user_name="jetty"
|
user_name: "jetty"
|
||||||
user_group="dba"
|
user_group: "dba"
|
||||||
|
@ -9,10 +9,10 @@
|
|||||||
|
|
||||||
- name: Copy file .gitignore with owner and permissions
|
- name: Copy file .gitignore with owner and permissions
|
||||||
copy:
|
copy:
|
||||||
src: ./files/.gitignore
|
src: ./files/gitignore
|
||||||
dest: {{ path_init }}/.gitignore
|
dest: "{{ path_init }}/.gitignore"
|
||||||
owner: {{ user_name }}
|
owner: "{{ user_name }}"
|
||||||
group: {{ user_group }}
|
group: "{{ user_group }}"
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
- name: check if {{ path_init }}/.git exists
|
- name: check if {{ path_init }}/.git exists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user