nxos_config intended_config docfix (#31337)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>pull/4420/head
parent
bed7cd8b11
commit
9f72b32c5d
|
@ -227,7 +227,7 @@ EXAMPLES = """
|
|||
- name: diff the running-config against a provided config
|
||||
nxos_config:
|
||||
diff_against: intended
|
||||
intended: "{{ lookup('file', 'master.cfg') }}"
|
||||
intended_config: "{{ lookup('file', 'master.cfg') }}"
|
||||
|
||||
- nxos_config:
|
||||
lines:
|
||||
|
|
Loading…
Reference in New Issue