mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
nxos_config intended_config docfix (#31337)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user