From 38414b5066b76e391734c374610b3708f5223da6 Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Mon, 25 Aug 2025 18:37:53 -0400 Subject: [PATCH] Removing fact gathering from the backup protocol playbook --- playbooks/backup_protocol.yml | 2 ++ 1 file changed, 2 insertions(+) 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