mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
Adds nolog
This commit is contained in:
parent
6257b6ae1c
commit
ac0e1509ce
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
month: '{{ schedule_month | default("*") }}'
|
||||
state: present
|
||||
become: true
|
||||
no_log: true
|
||||
when:
|
||||
- restic_create_cron
|
||||
- item.name is defined
|
||||
|
|
Loading…
Reference in a new issue