Removing fact gathering from the backup protocol playbook

This commit is contained in:
Bradley Bickford 2025-08-25 18:37:53 -04:00
parent 922a4634b7
commit 38414b5066

View File

@ -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