[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.
pull/22616/head
Marc Mercer 8 years ago committed by Ryan Brown
parent eed240797a
commit c5c0d9086e

@ -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

Loading…
Cancel
Save