Fixing a forgotten delegation
This commit is contained in:
parent
274a736639
commit
4d213eff75
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user