[baremetal] Drop useless reboot task
It is not used for quite a time. Some ancient Kolla Ansible used to update host kernel. Change-Id: I9cdc1ec47ad802b4d65a7b6438a335fc14639e05
This commit is contained in:
parent
ae41287129
commit
9eed85c8d4
@ -229,10 +229,3 @@
|
|||||||
when:
|
when:
|
||||||
- change_selinux | bool
|
- change_selinux | bool
|
||||||
- ansible_os_family == "RedHat"
|
- ansible_os_family == "RedHat"
|
||||||
|
|
||||||
- name: Reboot
|
|
||||||
command: reboot -f
|
|
||||||
become: True
|
|
||||||
when:
|
|
||||||
- reboot_required is defined
|
|
||||||
- reboot_required | bool
|
|
||||||
|
Loading…
Reference in New Issue
Block a user