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.
pull/56242/head
Dejan Lazar 5 years ago committed by Alicia Cozine
parent 51570526a9
commit 47970d413e

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

Loading…
Cancel
Save