Skip to content

Commit

Permalink
Merge pull request #301 from vkhitrin/reboot_fix
Browse files Browse the repository at this point in the history
edpm_kernel: Fix Reboot Task
  • Loading branch information
openshift-merge-robot authored Sep 4, 2023
2 parents abba207 + 37c4d2d commit 5742fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/edpm_kernel/tasks/reboot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@

# Reboot the node
- name: Reboot after kernel args update
become: true
ansible.builtin.reboot:
post_reboot_delay: "{{ edpm_kernel_post_reboot_delay }}"
reboot_timeout: "{{ edpm_kernel_reboot_timeout }}"

0 comments on commit 5742fad

Please sign in to comment.