Setze Dateirechte
This commit is contained in:
parent
2645696275
commit
c17cb94d15
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
||||||
template:
|
template:
|
||||||
src: database.yml.j2
|
src: database.yml.j2
|
||||||
dest: "{{ zammad_database_configuration }}"
|
dest: "{{ zammad_database_configuration }}"
|
||||||
|
owner: "{{ zammad_user }}"
|
||||||
|
group: "{{ zammad_user }}"
|
||||||
|
mode: 0600
|
||||||
|
|
||||||
- name: "database: Stoppe Service"
|
- name: "database: Stoppe Service"
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Reference in a new issue