[ansible-project] Command timeout adjustment in 2.5 with new network modules?

2018-03-26 Thread 'Scott Pettit' via Ansible Project
Hello, I have a number of network tasks that take a long time to run, for example firmware update tasks. In Ansible 2.4 I extended the command_timeout by using the timeout variable on an individual task basis per https://docs.ansible.com/ansible/2.5/network/user_guide/network_debug_troubleshoot

Re: [ansible-project] Command timeout adjustment in 2.5 with new network modules?

2018-03-27 Thread Peter Sprygada
For network_cli connections, we do not support a per command timeout today. This is something we are looking at adding but as of 2.5, there is only the global timeout parameter. On Mon, Mar 26, 2018 at 4:18 AM 'Scott Pettit' via Ansible Project < ansible-project@googlegroups.com> wrote: > Hello,