diff --git a/lib/ansible/modules/network/eos/eos_config.py b/lib/ansible/modules/network/eos/eos_config.py index 8b51c37f550..66901fa99ea 100644 --- a/lib/ansible/modules/network/eos/eos_config.py +++ b/lib/ansible/modules/network/eos/eos_config.py @@ -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 = """