create the restic config dir

This commit is contained in:
Andreas Zweili 2021-08-23 15:23:39 +02:00
parent 0b2b122b73
commit 7686ddffeb
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@
remote_src: yes
mode: "751"
- name: "Create the restic config dir"
file:
path: "/etc/restic/"
state: directory
mode: "0755"
- name: "Copy excludes file"
copy:
src: "excludes.txt"