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:
|
description:
|
||||||
- The config to be pushed to the network device. This argument
|
- The config to be pushed to the network device. This argument
|
||||||
is mutually exclusive with C(rollback) and either one of the
|
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'
|
type: 'str'
|
||||||
commit:
|
commit:
|
||||||
description:
|
description:
|
||||||
|
@ -120,10 +121,7 @@ EXAMPLES = """
|
||||||
|
|
||||||
- name: Use diff_match
|
- name: Use diff_match
|
||||||
cli_config:
|
cli_config:
|
||||||
config: |
|
config: "{{ lookup('file', 'interface_config') }}"
|
||||||
interface loopback999
|
|
||||||
no description
|
|
||||||
shutdown
|
|
||||||
diff_match: none
|
diff_match: none
|
||||||
|
|
||||||
- name: nxos replace config
|
- name: nxos replace config
|
||||||
|
|
Loading…
Reference in a new issue