Skip to content

Commit

Permalink
Update reboot comman (#8990)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 authored Jan 17, 2025
1 parent b8a191d commit b33785a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
shell: "sudo gtk-update-icon-cache -f -t /usr/share/icons/hicolor"

- name: Reboot the system
command: reboot
command: "sudo /sbin/shutdown -r now"
register: reboot_result

- name: Wait for the system to reboot
Expand Down

0 comments on commit b33785a

Please sign in to comment.