update
This commit is contained in:
@@ -4,6 +4,17 @@
|
||||
name: "borgmatic"
|
||||
state: present
|
||||
|
||||
- name: Create directories
|
||||
file:
|
||||
path: '{{ item }}'
|
||||
state: directory
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0750'
|
||||
loop:
|
||||
- '/etc/borgmatic'
|
||||
- '/etc/borgmatic.d'
|
||||
|
||||
- name: Deploy borgmatic config
|
||||
template:
|
||||
src: templates/borgmatic-system.yaml
|
||||
|
||||
Reference in New Issue
Block a user