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

This commit is contained in:
Ryan Brown 2018-02-15 22:01:02 -05:00 committed by Will Thames
parent 334e405e6f
commit 53a314f767

View file

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