1
0
Fork 0
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:
Trishna Guha 2018-09-07 17:09:08 +05:30 committed by GitHub
parent fd985db72d
commit d5bfd93e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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