Skip to content
Snippets Groups Projects
Commit 9eed85c8 authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

[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
parent ae412871
No related branches found
No related tags found
No related merge requests found
......@@ -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
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