summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Tomasik <ben@tomasik.io>2016-11-11 08:42:39 -0600
committerBen Tomasik <ben@tomasik.io>2016-11-11 08:42:39 -0600
commitaf645041e537181c10dc3bfec59a53dc6523ba4b (patch)
tree70043a2631fd288c8bb163206781c352424d29a8
parentf4bd008184f9ffe5cab05dd7ce2443945701b3f8 (diff)
downloadansible-modules-core-af645041e537181c10dc3bfec59a53dc6523ba4b.tar.gz
Set suspend_processes version_added to 2.3
-rw-r--r--cloud/amazon/ec2_asg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/amazon/ec2_asg.py b/cloud/amazon/ec2_asg.py
index 18febb19..0fb569cc 100644
--- a/cloud/amazon/ec2_asg.py
+++ b/cloud/amazon/ec2_asg.py
@@ -148,7 +148,7 @@ options:
required: False
default: []
choices: ['Launch', 'Terminate', 'HealthCheck', 'ReplaceUnhealthy', 'AZRebalance', 'AlarmNotification', 'ScheduledActions', 'AddToLoadBalancer']
- version_added: "2.2"
+ version_added: "2.3"
extends_documentation_fragment:
- aws
- ec2