diff --git a/roles/access/tasks/main.yml b/roles/access/tasks/main.yml index 0cd612b..7739bdb 100644 --- a/roles/access/tasks/main.yml +++ b/roles/access/tasks/main.yml @@ -15,7 +15,7 @@ ansible.netcommon.cli_config: config: '{{ lookup("template", "config-"~manufacturer~"-"~device_type~".j2") }}' vars: - ansible_command_timeout: 60 + ansible_command_timeout: 240 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.