Merge "[baremetal] Drop useless reboot task"

This commit is contained in:
Zuul 2020-02-24 16:14:38 +00:00 committed by Gerrit Code Review
commit 758a6d9453

@ -229,10 +229,3 @@
when:
- change_selinux | bool
- ansible_os_family == "RedHat"
- name: Reboot
command: reboot -f
become: True
when:
- reboot_required is defined
- reboot_required | bool