More fixing files kept stuff
This commit is contained in:
parent
bbe8debeb6
commit
f1fb6562a5
@ -107,7 +107,7 @@
|
||||
delegate_to: blacktide
|
||||
|
||||
- name: If too many backups kept
|
||||
when: all_pfsense_backups | length > backup_number_to_keep
|
||||
when: all_pfsense_backups.files | length > backup_number_to_keep
|
||||
block:
|
||||
- name: Get the oldest file paths
|
||||
ansible.builtin.set_fact:
|
||||
|
Loading…
Reference in New Issue
Block a user