diff --git a/playbooks/backup_protocol.yml b/playbooks/backup_protocol.yml index 8c7e82e..3f3c4be 100644 --- a/playbooks/backup_protocol.yml +++ b/playbooks/backup_protocol.yml @@ -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