Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ansible/roles/test/tasks/common_tasks/reboot_sonic.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: reboot
become: true
shell: shutdown -r now "Warning! System is being rebooted remotely by reboot_sonic.yml"
shell: sudo reboot
async: 1
poll: 0
ignore_errors: true
Expand Down