Only root can write to the backup directory, which is probably fine...probably

This commit is contained in:
Bradley Bickford 2025-08-25 18:58:45 -04:00
parent 4d213eff75
commit 75ad0e053b

View File

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