Skip to content

Commit

Permalink
shorter reboot timeout and ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Jan 10, 2025
1 parent 8b3bd7c commit 6d36aed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions partition/roles/systemd-networkd/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
block:
- name: Reboot
reboot:
reboot_timeout: 180
ignore_errors: true
- name: Wait for connection
wait_for_connection:
when: "(systemd_networkd_nics | map(attribute='name')) is not subset(ansible_facts.interfaces)"
Expand Down

0 comments on commit 6d36aed

Please sign in to comment.