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:
Michael Grote 2022-01-24 17:37:46 +01:00
parent 333793e72f
commit 40b27ad2a6

View file

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