From f1fb6562a58aac8c4a4f8a643d3f618915e26949 Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Sun, 31 Aug 2025 11:26:59 -0400 Subject: [PATCH] More fixing files kept stuff --- playbooks/backup_protocol.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/backup_protocol.yml b/playbooks/backup_protocol.yml index e6963b5..e878803 100644 --- a/playbooks/backup_protocol.yml +++ b/playbooks/backup_protocol.yml @@ -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: