Fix incorrect docs in `ec2_tag` per #35738 (#36268)

pull/36287/head
Ryan Brown 7 years ago committed by Will Thames
parent 334e405e6f
commit 53a314f767

@ -94,8 +94,7 @@ EXAMPLES = '''
tags: tags:
Name: dbserver Name: dbserver
Env: production Env: production
with_items: with_items: '{{ ec2_vol.volumes }}'
- ec2_vol.volumes
- name: Get EC2 facts - name: Get EC2 facts
action: ec2_facts action: ec2_facts

Loading…
Cancel
Save