diff --git a/ansible/bootstrap.yml b/ansible/bootstrap.yml index 286d18a00..5bbb1a3f7 100644 --- a/ansible/bootstrap.yml +++ b/ansible/bootstrap.yml @@ -232,9 +232,13 @@ - name: Wait for hosts to be reachable wait_for_connection: sleep: 15 - - name: update facts - setup: - when: (sestatus.changed | default(false)) or (sestatus.reboot_required | default(false)) + +- hosts: ofed + gather_facts: false + tags: ofed + tasks: + - name: refresh facts + meta: clear_facts - hosts: ofed gather_facts: yes