From 47970d413e3772faa3fc329bf28feefb9eb8b9bf Mon Sep 17 00:00:00 2001 From: Dejan Lazar <17717937+orescek@users.noreply.github.com> Date: Fri, 3 Jan 2020 16:15:58 +0100 Subject: vrong usage of name tag in example (#66129) Docs: the capitalization of the tag should match in the description and the example. Change the example to "Name" (not "name") to match the description above in the efs_info module documentation. --- lib/ansible/modules/cloud/amazon/efs_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/efs_info.py b/lib/ansible/modules/cloud/amazon/efs_info.py index cfd2a57d6a..617b6ef902 100644 --- a/lib/ansible/modules/cloud/amazon/efs_info.py +++ b/lib/ansible/modules/cloud/amazon/efs_info.py @@ -61,7 +61,7 @@ EXAMPLES = ''' - name: Searching all EFS instances with tag Name = 'myTestNameTag', in subnet 'subnet-1a2b3c4d' and with security group 'sg-4d3c2b1a' efs_info: tags: - name: myTestNameTag + Name: myTestNameTag targets: - subnet-1a2b3c4d - sg-4d3c2b1a -- cgit v1.2.1