mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
fixes example documenation
This commit is contained in:
parent
1a6b273a4f
commit
ce4c9cccf5
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ EXAMPLES = '''
|
||||||
# Search for the AMI tagged "project:website"
|
# Search for the AMI tagged "project:website"
|
||||||
- ec2_ami_find:
|
- ec2_ami_find:
|
||||||
owner: self
|
owner: self
|
||||||
tags:
|
ami_tags:
|
||||||
project: website
|
project: website
|
||||||
no_result_action: fail
|
no_result_action: fail
|
||||||
register: ami_find
|
register: ami_find
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue