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
|
# Bits an pieces of this play are stolen from https://github.com/gavinwill/ansible-role-pfsense-backup/tree/main
|
||||||
- name: PFSense Backups
|
- name: PFSense Backups
|
||||||
hosts: pfsense_nodes
|
hosts: pfsense_nodes
|
||||||
|
gather_facts: false
|
||||||
collections:
|
collections:
|
||||||
- ansible.posix
|
- ansible.posix
|
||||||
tasks:
|
tasks:
|
||||||
@ -119,6 +120,7 @@
|
|||||||
hosts: docker_nodes
|
hosts: docker_nodes
|
||||||
become: true
|
become: true
|
||||||
become_method: sudo
|
become_method: sudo
|
||||||
|
gather_facts: false
|
||||||
collections:
|
collections:
|
||||||
- community.docker
|
- community.docker
|
||||||
- community.general
|
- community.general
|
||||||
|
Loading…
Reference in New Issue
Block a user