update ansible files with gather_facts: true

This commit is contained in:
tolerryan
2025-11-25 00:31:08 -06:00
parent bc0ef40e3b
commit 12097d7ce6
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
- hosts: all
become: yes
remote_user: ansible
gather_facts: false
gather_facts: true
vars:

View File

@@ -2,7 +2,7 @@
- hosts: all
become: yes
remote_user: ansible
gather_facts: false
gather_facts: true
vars:

View File

@@ -2,7 +2,7 @@
- hosts: all
become: yes
remote_user: ansible
gather_facts: false
gather_facts: true
vars:
docker_compose_definition: |

View File

@@ -2,7 +2,7 @@
- hosts: all
become: yes
remote_user: ansible
gather_facts: false
gather_facts: true
vars:

View File

@@ -2,7 +2,7 @@
- hosts: all
become: yes
remote_user: ansible
gather_facts: false
gather_facts: true
vars:

View File

@@ -2,7 +2,7 @@
- hosts: all
become: yes
remote_user: ansible
gather_facts: false
gather_facts: true
vars: