Removing fact gathering from the backup protocol playbook
This commit is contained in:
parent
922a4634b7
commit
38414b5066
@ -2,6 +2,7 @@
|
||||
# Bits an pieces of this play are stolen from https://github.com/gavinwill/ansible-role-pfsense-backup/tree/main
|
||||
- name: PFSense Backups
|
||||
hosts: pfsense_nodes
|
||||
gather_facts: false
|
||||
collections:
|
||||
- ansible.posix
|
||||
tasks:
|
||||
@ -119,6 +120,7 @@
|
||||
hosts: docker_nodes
|
||||
become: true
|
||||
become_method: sudo
|
||||
gather_facts: false
|
||||
collections:
|
||||
- community.docker
|
||||
- community.general
|
||||
|
Loading…
Reference in New Issue
Block a user