access: increase timeout for ansible tasks

This commit is contained in:
Timotej Lazar 2026-01-07 15:58:31 +01:00
parent 75bb674f5c
commit 38f15d4ce0

View file

@ -30,7 +30,7 @@
ansible.netcommon.cli_config:
config: '{{ lookup("template", "config-"~manufacturer~"-"~device_type~".j2") }}'
vars:
ansible_command_timeout: 240
ansible_command_timeout: 600
ansible_terminal_stderr_re: [] # some errors are not actually errors
register: result
# These lines are not displayed by 'sho ru' and always reported as different, so ignore them.