summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDejan Lazar <17717937+orescek@users.noreply.github.com>2020-01-03 16:15:58 +0100
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2020-01-03 09:15:58 -0600
commit47970d413e3772faa3fc329bf28feefb9eb8b9bf (patch)
tree7b3596496ffa52ccf72a5cedc147f269ac4b7650
parent51570526a902c87ec8cc8eddc77328795d79023b (diff)
downloadansible-47970d413e3772faa3fc329bf28feefb9eb8b9bf.tar.gz
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.
-rw-r--r--lib/ansible/modules/cloud/amazon/efs_info.py2
1 files changed, 1 insertions, 1 deletions
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