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: