mirror of https://github.com/ansible/ansible.git
nxos_interface DI delay only when operation state check is requested (#55355)
* nxos_interface:DI: delay only when operation state check is requested (#54862)
* nxos_interface:DI: should only use delay when operation state check is requested
There is a 10 second delay that is added for every interface that is changed.
This delay should only occur when a task sets one of the `want` vars.
* /return/continue/
(cherry picked from commit 0fe6bf911a)
* changelog
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/55406/head
parent
1435b6771a
commit
ca49ae7ba5
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- nxos_interface DI delay only when operation state check is requested (https://github.com/ansible/ansible/pull/54862).
|
||||
Loading…
Reference in New Issue