Update ec2.py

updated default and choices to match standard
reviewable/pr18780/r1
Tom Paine 10 years ago
parent 1f7f7c7dbc
commit c97af02e40

@ -188,8 +188,8 @@ options:
description: description:
- Enable or Disable the Source/Destination checks (for NAT instances and Virtual Routers) - Enable or Disable the Source/Destination checks (for NAT instances and Virtual Routers)
required: false required: false
default: true default: yes
choices: [ "true", "false" ] choices: [ "yes", "no" ]
state: state:
version_added: "1.3" version_added: "1.3"
description: description:

Loading…
Cancel
Save