diff --git a/roles/lib/setup-restic-cron.yml b/roles/lib/setup-restic-cron.yml index 0890adf..6557c13 100644 --- a/roles/lib/setup-restic-cron.yml +++ b/roles/lib/setup-restic-cron.yml @@ -5,8 +5,8 @@ remote_user: ansible gather_facts: false - vars_files: - - cron.vars +# vars_files: +# - cron.vars tasks: - name: Set up restic cron jobs diff --git a/roles/lib/setup-restic.yml b/roles/lib/setup-restic.yml index d3a183a..e4cc207 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -104,7 +104,7 @@ fi owner: restic group: users - mode: '0644' + mode: '0755' - name: Copy discord.sh copy: