Skip to content
Snippets Groups Projects
Commit 758a6d94 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "[baremetal] Drop useless reboot task"

parents c3f7b6cc 9eed85c8
No related branches found
No related tags found
No related merge requests found
...@@ -229,10 +229,3 @@ ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment