From 53a314f76729e323af1653acc87c8a85e3ffd574 Mon Sep 17 00:00:00 2001 From: Ryan Brown Date: Thu, 15 Feb 2018 22:01:02 -0500 Subject: [PATCH] Fix incorrect docs in `ec2_tag` per #35738 (#36268) --- lib/ansible/modules/cloud/amazon/ec2_tag.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_tag.py b/lib/ansible/modules/cloud/amazon/ec2_tag.py index beb32eeda2f..b27bcf9d468 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_tag.py +++ b/lib/ansible/modules/cloud/amazon/ec2_tag.py @@ -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