From 12097d7ce671decbe79b648757cbc00582d30c5b Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Tue, 25 Nov 2025 00:31:08 -0600 Subject: [PATCH] update ansible files with gather_facts: true --- roles/ind/authelia/authelia-install.yml | 2 +- roles/ind/grail/grail-install.yml | 2 +- roles/ind/mello/mello-install.yml | 2 +- roles/ind/nas/nas-install.yml | 2 +- roles/ind/promgraf/promgraf-install.yml | 2 +- roles/ind/semaphore/semaphore-install.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/ind/authelia/authelia-install.yml b/roles/ind/authelia/authelia-install.yml index 225cf09..30a14ae 100644 --- a/roles/ind/authelia/authelia-install.yml +++ b/roles/ind/authelia/authelia-install.yml @@ -2,7 +2,7 @@ - hosts: all become: yes remote_user: ansible - gather_facts: false + gather_facts: true vars: diff --git a/roles/ind/grail/grail-install.yml b/roles/ind/grail/grail-install.yml index 3266ecd..58a3a21 100644 --- a/roles/ind/grail/grail-install.yml +++ b/roles/ind/grail/grail-install.yml @@ -2,7 +2,7 @@ - hosts: all become: yes remote_user: ansible - gather_facts: false + gather_facts: true vars: diff --git a/roles/ind/mello/mello-install.yml b/roles/ind/mello/mello-install.yml index 909ab53..c3b32ad 100644 --- a/roles/ind/mello/mello-install.yml +++ b/roles/ind/mello/mello-install.yml @@ -2,7 +2,7 @@ - hosts: all become: yes remote_user: ansible - gather_facts: false + gather_facts: true vars: docker_compose_definition: | diff --git a/roles/ind/nas/nas-install.yml b/roles/ind/nas/nas-install.yml index db7c5b5..df84458 100644 --- a/roles/ind/nas/nas-install.yml +++ b/roles/ind/nas/nas-install.yml @@ -2,7 +2,7 @@ - hosts: all become: yes remote_user: ansible - gather_facts: false + gather_facts: true vars: diff --git a/roles/ind/promgraf/promgraf-install.yml b/roles/ind/promgraf/promgraf-install.yml index e1ab85b..2917aab 100644 --- a/roles/ind/promgraf/promgraf-install.yml +++ b/roles/ind/promgraf/promgraf-install.yml @@ -2,7 +2,7 @@ - hosts: all become: yes remote_user: ansible - gather_facts: false + gather_facts: true vars: diff --git a/roles/ind/semaphore/semaphore-install.yml b/roles/ind/semaphore/semaphore-install.yml index a3b28d0..f457e56 100644 --- a/roles/ind/semaphore/semaphore-install.yml +++ b/roles/ind/semaphore/semaphore-install.yml @@ -2,7 +2,7 @@ - hosts: all become: yes remote_user: ansible - gather_facts: false + gather_facts: true vars: