summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/ec2_snapshot.py
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2018-04-24 18:05:50 +0100
committerGitHub <noreply@github.com>2018-04-24 18:05:50 +0100
commit7c4b91844da30faaa38881d3e4a7fd8e755b1c5d (patch)
tree60218d426f27f1e68686c54bbf76c0fb4e090c72 /lib/ansible/modules/cloud/amazon/ec2_snapshot.py
parentb533ebe20d274d3d7d1acb0dafa6affe54f69f8b (diff)
downloadansible-7c4b91844da30faaa38881d3e4a7fd8e755b1c5d.tar.gz
More validate module fixes (#39097)
* Fix type bool DOCUMENTATION issues
Diffstat (limited to 'lib/ansible/modules/cloud/amazon/ec2_snapshot.py')
-rw-r--r--lib/ansible/modules/cloud/amazon/ec2_snapshot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/cloud/amazon/ec2_snapshot.py b/lib/ansible/modules/cloud/amazon/ec2_snapshot.py
index fed3ebe87e..cfe54af07d 100644
--- a/lib/ansible/modules/cloud/amazon/ec2_snapshot.py
+++ b/lib/ansible/modules/cloud/amazon/ec2_snapshot.py
@@ -43,7 +43,7 @@ options:
wait:
description:
- wait for the snapshot to be ready
- choices: ['yes', 'no']
+ type: bool
required: false
default: yes
version_added: "1.5.1"