Skip to content

Commit

Permalink
Revert to reboot with retries (#8985)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 authored Jan 16, 2025
1 parent e70d335 commit b598a92
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,10 @@
- name: Update the desktop database to make the new shortcut visible
shell: "sudo gtk-update-icon-cache -f -t /usr/share/icons/hicolor"

- name: Logout to refresh the shortcuts
shell: "exec logout"
- name: Reboot to refresh the shortcuts
shell: "sudo reboot"
retries: 120
delay: 30

become: true
become_user: "{{ setup_instructlab_user }}"

0 comments on commit b598a92

Please sign in to comment.