1
0
Fork 0
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:
Matthias Leutenegger 2019-08-15 14:52:43 +02:00
parent 6257b6ae1c
commit ac0e1509ce

View file

@ -26,6 +26,7 @@
month: '{{ schedule_month | default("*") }}'
state: present
become: true
no_log: true
when:
- restic_create_cron
- item.name is defined