mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 15:51:05 +00:00
[cloud][docs] update ec2_tag documentation example (#22586)
Currently the documentation utilizes with_subelements, but it does not parse the results correctly. By changing to with_items: and specifying the proper list, we are able to tag the instances as expected.
This commit is contained in:
@@ -100,9 +100,8 @@ EXAMPLES = '''
|
||||
tags:
|
||||
Name: dbserver
|
||||
Env: production
|
||||
with_subelements:
|
||||
- ec2_vol.results
|
||||
- volumes
|
||||
with_items:
|
||||
- ec2_vol.volumes
|
||||
|
||||
- name: Get EC2 facts
|
||||
action: ec2_facts
|
||||
|
||||
Reference in New Issue
Block a user