mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-13 05:10:18 +01: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