More fixing files kept stuff

This commit is contained in:
Bradley Bickford 2025-08-31 11:26:59 -04:00
parent bbe8debeb6
commit f1fb6562a5

View File

@ -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: