mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
cli_config module doc update (#45345)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
fd985db72d
commit
d5bfd93e28
1 changed files with 3 additions and 5 deletions
|
@ -27,7 +27,8 @@ options:
|
|||
description:
|
||||
- The config to be pushed to the network device. This argument
|
||||
is mutually exclusive with C(rollback) and either one of the
|
||||
option should be given as input.
|
||||
option should be given as input. The config should have
|
||||
indentation that the device uses.
|
||||
type: 'str'
|
||||
commit:
|
||||
description:
|
||||
|
@ -120,10 +121,7 @@ EXAMPLES = """
|
|||
|
||||
- name: Use diff_match
|
||||
cli_config:
|
||||
config: |
|
||||
interface loopback999
|
||||
no description
|
||||
shutdown
|
||||
config: "{{ lookup('file', 'interface_config') }}"
|
||||
diff_match: none
|
||||
|
||||
- name: nxos replace config
|
||||
|
|
Loading…
Reference in a new issue