Skip to content

Commit

Permalink
Cleat facts before OFED so install will match newest kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
MoteHue committed Aug 21, 2024
1 parent 2148037 commit e75adaf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ansible/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e75adaf

Please sign in to comment.