doc string fixes for eos_config

This updates eos_config with some fixes to the documentation string
reviewable/pr18780/r1
Peter Sprygada 9 years ago
parent 416dd73b09
commit d4e687f894

@ -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…
Cancel
Save