Musterrolle: Dokumentation (#318)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#318 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
parent
333793e72f
commit
40b27ad2a6
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: logrotate_restic
|
src: logrotate_restic
|
||||||
dest: /etc/logrotate.d/restic
|
dest: /etc/logrotate.d/restic
|
||||||
owner: root
|
owner: root # muss root sein, sonst führt logrotate die datei nicht aus
|
||||||
group: root
|
group: root # muss root sein, sonst führt logrotate die datei nicht aus
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
- name: add bind mounts to container
|
- name: add bind mounts to container
|
||||||
|
|
Loading…
Reference in a new issue