summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Mainguy <jon@soh.re>2015-05-21 09:07:23 -0400
committerToshio Kuratomi <toshio@fedoraproject.org>2015-05-21 07:52:11 -0700
commitf4c36caad97282a898a0c688a0e45a68e503d728 (patch)
tree975819e39e1373feb5daf5a32e25eefa77668bf5
parentcbbe4196bdb047a2d8e9f1132519a0de55fa0c5a (diff)
downloadansible-modules-core-f4c36caad97282a898a0c688a0e45a68e503d728.tar.gz
fixes example documenation
-rw-r--r--cloud/amazon/ec2_ami_find.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/amazon/ec2_ami_find.py b/cloud/amazon/ec2_ami_find.py
index 1c790849..2c83e0d3 100644
--- a/cloud/amazon/ec2_ami_find.py
+++ b/cloud/amazon/ec2_ami_find.py
@@ -141,7 +141,7 @@ EXAMPLES = '''
# Search for the AMI tagged "project:website"
- ec2_ami_find:
owner: self
- tags:
+ ami_tags:
project: website
no_result_action: fail
register: ami_find