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.
This commit is contained in:
Dejan Lazar 2020-01-03 16:15:58 +01:00 committed by Alicia Cozine
parent 51570526a9
commit 47970d413e

View file

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