mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
doc string fixes for eos_config
This updates eos_config with some fixes to the documentation string
This commit is contained in:
parent
ed2d46bc9e
commit
ae9930f59f
1 changed files with 1 additions and 7 deletions
|
@ -92,7 +92,7 @@ options:
|
||||||
without first checking if already configured.
|
without first checking if already configured.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
choices: BOOLEANS
|
choices: ['yes', 'no']
|
||||||
config:
|
config:
|
||||||
description:
|
description:
|
||||||
- The module, by default, will connect to the remote device and
|
- The module, by default, will connect to the remote device and
|
||||||
|
@ -131,12 +131,6 @@ EXAMPLES = """
|
||||||
parents: ['ip access-list test']
|
parents: ['ip access-list test']
|
||||||
before: ['no ip access-list test']
|
before: ['no ip access-list test']
|
||||||
replace: block
|
replace: block
|
||||||
|
|
||||||
- eos_config:
|
|
||||||
commands: "{{lookup('file', 'datcenter1.txt'}}"
|
|
||||||
parents: ['ip access-list test']
|
|
||||||
before: ['no ip access-list test']
|
|
||||||
replace: block
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
RETURN = """
|
RETURN = """
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue