doc string fixes for eos_config

This updates eos_config with some fixes to the documentation string
This commit is contained in:
Peter Sprygada 2016-03-11 22:09:30 -05:00
parent 416dd73b09
commit d4e687f894

View file

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