mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 20:31:24 +00:00
Add a timeout to force socket creation on re-setting netconf port (#27801)
This commit is contained in:
committed by
GitHub
parent
fdaa803cca
commit
2ad56c0700
@@ -56,6 +56,10 @@
|
||||
- "result.failed == true"
|
||||
- "'unable to open shell' in result.msg"
|
||||
|
||||
- name: wait for persistent socket to timeout, this ensures new socket creation with connection type netconf
|
||||
pause:
|
||||
seconds: 30
|
||||
|
||||
- name: Set back netconf to default port
|
||||
junos_netconf:
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user