[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:
parent
eed240797a
commit
c5c0d9086e
1 changed files with 2 additions and 3 deletions
|
@ -100,9 +100,8 @@ EXAMPLES = '''
|
||||||
tags:
|
tags:
|
||||||
Name: dbserver
|
Name: dbserver
|
||||||
Env: production
|
Env: production
|
||||||
with_subelements:
|
with_items:
|
||||||
- ec2_vol.results
|
- ec2_vol.volumes
|
||||||
- volumes
|
|
||||||
|
|
||||||
- name: Get EC2 facts
|
- name: Get EC2 facts
|
||||||
action: ec2_facts
|
action: ec2_facts
|
||||||
|
|
Loading…
Reference in a new issue