Skip to content

Commit

Permalink
Merge pull request #9 from arillso/fix-reboot-become
Browse files Browse the repository at this point in the history
fix reboot become
  • Loading branch information
sbaerlocher authored Nov 9, 2022
2 parents 9a532c0 + c9e2196 commit c1bab2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/reboot/tasks/reboot_debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- name: Reboot Block
block:
- name: reboot
become: true
ansible.builtin.reboot:
reboot_timeout: "{{ reboot_timeout }}"
pre_reboot_delay: "{{ reboot_delay }}"
Expand Down

0 comments on commit c1bab2b

Please sign in to comment.