summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/network/nxos/nxos_interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/network/nxos/nxos_interface.py')
-rw-r--r--lib/ansible/modules/network/nxos/nxos_interface.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ansible/modules/network/nxos/nxos_interface.py b/lib/ansible/modules/network/nxos/nxos_interface.py
index 6093447df8..8570821ca1 100644
--- a/lib/ansible/modules/network/nxos/nxos_interface.py
+++ b/lib/ansible/modules/network/nxos/nxos_interface.py
@@ -129,6 +129,11 @@ options:
required: true
default: present
choices: ['present','absent','default']
+ delay:
+ description:
+ - Time in seconds to wait before checking for the operational state on remote
+ device. This wait is applicable for operational state arguments.
+ default: 10
"""
EXAMPLES = """