Added longer timeout delay (older systems are slower)

This commit is contained in:
2026-04-30 16:42:33 -07:00
parent 7598264700
commit 31fddd182b

View File

@@ -154,8 +154,9 @@
retries: 3
delay: 10
ignore_errors: yes
ignore_unreachable: yes
when: perform_upgrade | bool
timeout: "{{ upgrade_timeout | default(900) }}"
timeout: "{{ upgrade_timeout | default(1200) }}"
- name: Display upgrade command exit code
ansible.builtin.debug: