Fixing a forgotten delegation

This commit is contained in:
Bradley Bickford 2025-08-25 18:57:06 -04:00
parent 274a736639
commit 4d213eff75

View File

@ -96,6 +96,7 @@
Cookie: "{{ pfsense_backup_cookie_2 }}" Cookie: "{{ pfsense_backup_cookie_2 }}"
dest: "{{ backup_location }}/{{ inventory_hostname }}_{{ now().strftime('%Y%m%d%H%M%S') }}.xml" dest: "{{ backup_location }}/{{ inventory_hostname }}_{{ now().strftime('%Y%m%d%H%M%S') }}.xml"
changed_when: false changed_when: false
delegate_to: blacktide
no_log: "{{ pfsense_backup_disable_logging | default(false) }}" no_log: "{{ pfsense_backup_disable_logging | default(false) }}"
- name: Find all PFSense backups for the current host - name: Find all PFSense backups for the current host