summaryrefslogtreecommitdiff
path: root/network/nxos/nxos_nxapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'network/nxos/nxos_nxapi.py')
-rw-r--r--network/nxos/nxos_nxapi.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/nxos/nxos_nxapi.py b/network/nxos/nxos_nxapi.py
index 3324130b..f8144aba 100644
--- a/network/nxos/nxos_nxapi.py
+++ b/network/nxos/nxos_nxapi.py
@@ -112,7 +112,7 @@ vars:
- name: Enable NXAPI access with default configuration
nxos_nxapi:
- provider: {{ cli }}
+ provider: "{{ cli }}"
- name: Enable NXAPI with no HTTP, HTTPS at port 9443 and sandbox disabled
nxos_nxapi:
@@ -120,12 +120,12 @@ vars:
https_port: 9443
https: yes
enable_sandbox: no
- provider: {{ cli }}
+ provider: "{{ cli }}"
- name: remove NXAPI configuration
nxos_nxapi:
state: absent
- provider: {{ cli }}
+ provider: "{{ cli }}"
"""
RETURN = """