summaryrefslogtreecommitdiff
path: root/network/nxos/nxos_aaa_server_host.py
diff options
context:
space:
mode:
Diffstat (limited to 'network/nxos/nxos_aaa_server_host.py')
-rw-r--r--network/nxos/nxos_aaa_server_host.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/network/nxos/nxos_aaa_server_host.py b/network/nxos/nxos_aaa_server_host.py
index 28f24f86..9cfcd004 100644
--- a/network/nxos/nxos_aaa_server_host.py
+++ b/network/nxos/nxos_aaa_server_host.py
@@ -88,9 +88,9 @@ EXAMPLES = '''
address: 1.2.3.4
acct_port: 2084
host_timeout: 10
- host: {{ inventory_hostname }}
- username: {{ un }}
- password: {{ pwd }}
+ host: "{{ inventory_hostname }}"
+ username: "{{ un }}"
+ password: "{{ pwd }}"
# Radius Server Host Key Configuration
- name: "Radius Server Host Key Configuration"
@@ -101,8 +101,8 @@ EXAMPLES = '''
key: hello
encrypt_type: 7
host: inventory_hostname }}
- username: {{ un }}
- password: {{ pwd }}
+ username: "{{ un }}"
+ password: "{{ pwd }}"
# TACACS Server Host Configuration
- name: "Tacacs Server Host Configuration"