File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 34
34
become : true
35
35
notify :
36
36
- Regenerate initramfs
37
- - Reboot
37
+ - reboot
38
38
39
39
- name : Add vfio to modules-load.d
40
40
ansible.builtin.blockinfile :
63
63
create : true
64
64
become : true
65
65
notify :
66
- - Reboot
66
+ - reboot
67
67
- Regenerate initramfs
68
68
69
69
- name : Ignore unsupported model specific registers
90
90
group : root
91
91
create : true
92
92
become : true
93
- notify : Reboot
93
+ notify : reboot
94
94
95
95
- name : Add vfio-pci.ids kernel args
96
96
ansible.builtin.include_role :
126
126
changed_when : true
127
127
when : ansible_facts.os_family == 'Debian'
128
128
129
- - name : Reboot
129
+ # NOTE(Alex-Welsh): This handler must be named "reboot" (case sensitive)
130
+ # because it is called by stackhpc.grubcmdline
131
+ - name : reboot
130
132
become : true
131
133
ansible.builtin.reboot :
132
134
reboot_timeout : " {{ reboot_timeout_s }}"
You can’t perform that action at this time.
0 commit comments