doc string fixes for eos_config
This updates eos_config with some fixes to the documentation string
This commit is contained in:
parent
416dd73b09
commit
d4e687f894
1 changed files with 1 additions and 7 deletions
|
@ -92,7 +92,7 @@ options:
|
|||
without first checking if already configured.
|
||||
required: false
|
||||
default: false
|
||||
choices: BOOLEANS
|
||||
choices: ['yes', 'no']
|
||||
config:
|
||||
description:
|
||||
- The module, by default, will connect to the remote device and
|
||||
|
@ -131,12 +131,6 @@ EXAMPLES = """
|
|||
parents: ['ip access-list test']
|
||||
before: ['no ip access-list test']
|
||||
replace: block
|
||||
|
||||
- eos_config:
|
||||
commands: "{{lookup('file', 'datcenter1.txt'}}"
|
||||
parents: ['ip access-list test']
|
||||
before: ['no ip access-list test']
|
||||
replace: block
|
||||
"""
|
||||
|
||||
RETURN = """
|
||||
|
|
Loading…
Reference in a new issue