Skip to content
Snippets Groups Projects

add reboot to make sure that the modprobe works

Merged Pullyvan Krishnamoorthy requested to merge fixdevicenotfound2 into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -44,6 +44,9 @@
label: gpt
when: device_exist.stat.islnk is defined
- name:
reboot:
- name: "Check if {{ devpart }} exists"
stat:
path: "{{ devpart }}"
Loading