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 committed by Matt Clay
commit ae9930f59f

View file

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