summaryrefslogtreecommitdiff
path: root/network/nxos/nxos_ntp_auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'network/nxos/nxos_ntp_auth.py')
-rw-r--r--network/nxos/nxos_ntp_auth.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/nxos/nxos_ntp_auth.py b/network/nxos/nxos_ntp_auth.py
index 9790389b..e6652e1b 100644
--- a/network/nxos/nxos_ntp_auth.py
+++ b/network/nxos/nxos_ntp_auth.py
@@ -77,9 +77,9 @@ EXAMPLES = '''
key_id: 32
md5string: hello
auth_type: text
- host: {{ inventory_hostname }}
- username: {{ un }}
- password: {{ pwd }}
+ host: "{{ inventory_hostname }}"
+ username: "{{ un }}"
+ password: "{{ pwd }}"
'''
RETURN = '''