mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-11 20:30:18 +01:00
lint
This commit is contained in:
parent
3d89fa80c6
commit
6257b6ae1c
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@
|
|||
weekday: '{{ schedule_weekday | default("*") }}'
|
||||
month: '{{ schedule_month | default("*") }}'
|
||||
state: present
|
||||
become: yes
|
||||
become: true
|
||||
when:
|
||||
- restic_create_cron
|
||||
- item.name is defined
|
||||
- item.scheduled
|
||||
with_items: '{{ restic_backups }}'
|
||||
with_items: '{{ restic_backups }}'
|
||||
|
|
Loading…
Reference in a new issue