Added longer timeout delay (older systems are slower)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user