Skip to content

Commit afc7677

Browse files
committed
Clear facts after reboot so OFED install will match newest kernel
1 parent 374c42c commit afc7677

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

ansible/bootstrap.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,10 @@
232232
- name: Wait for hosts to be reachable
233233
wait_for_connection:
234234
sleep: 15
235-
236-
- hosts: ofed
237-
gather_facts: false
238-
tags: ofed
239-
tasks:
240-
- name: refresh facts
235+
- name: Clear facts
241236
meta: clear_facts
237+
- name: Update facts
238+
setup:
242239

243240
- hosts: ofed
244241
gather_facts: yes

0 commit comments

Comments
 (0)