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("*") }}' month: '{{ schedule_month | default("*") }}'
state: present state: present
become: true become: true
no_log: true
when: when:
- restic_create_cron - restic_create_cron
- item.name is defined - item.name is defined