From e754ca84f6e9a4b81b0bc33572d8d4198134c09b Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:30 -0400 Subject: [PATCH] Add one more fact regathering --- roles/base/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index ac9ebd1..4823432 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -2,6 +2,10 @@ # # First run check # +- name: regather facts + setup: + tags: always + - name: check if this is a new instance shell: "echo 'bootstrapped' > /etc/pvc-install.base" args: