mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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
|
||||
nxos_config:
|
||||
diff_against: intended
|
||||
intended: "{{ lookup('file', 'master.cfg') }}"
|
||||
intended_config: "{{ lookup('file', 'master.cfg') }}"
|
||||
|
||||
- nxos_config:
|
||||
lines:
|
||||
|
|
Loading…
Reference in a new issue