mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
nxos_config intended_config docfix (#31337)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
bed7cd8b11
commit
9f72b32c5d
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ EXAMPLES = """
|
||||||
- name: diff the running-config against a provided config
|
- name: diff the running-config against a provided config
|
||||||
nxos_config:
|
nxos_config:
|
||||||
diff_against: intended
|
diff_against: intended
|
||||||
intended: "{{ lookup('file', 'master.cfg') }}"
|
intended_config: "{{ lookup('file', 'master.cfg') }}"
|
||||||
|
|
||||||
- nxos_config:
|
- nxos_config:
|
||||||
lines:
|
lines:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue