Skip to content
Merged
Changes from all commits
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: 3 additions & 0 deletions ansible/roles/eos/handlers/common_handlers/update_state.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
- name: Reboot the VM
command: /sbin/shutdown -r now "Ansible updates triggered"
async: 300
poll: 0
ignore_errors: true

- name: Wait for VM to shutdown
wait_for:
Expand Down