mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 06:41:04 +00:00
Fix the aws_kms_facts module name in module docs (#37902)
Forgot to update the examples when the module name changed to have the `aws_` prefix
This commit is contained in:
committed by
Jordan Borean
parent
ba0ff415a0
commit
681c69f8c1
@@ -45,15 +45,15 @@ EXAMPLES = '''
|
||||
# Note: These examples do not set authentication details, see the AWS Guide for details.
|
||||
|
||||
# Gather facts about all KMS keys
|
||||
- kms_facts
|
||||
- aws_kms_facts
|
||||
|
||||
# Gather facts about all keys with a Name tag
|
||||
- kms_facts:
|
||||
- aws_kms_facts:
|
||||
filters:
|
||||
tag-key: Name
|
||||
|
||||
# Gather facts about all keys with a specific name
|
||||
- kms_facts:
|
||||
- aws_kms_facts:
|
||||
filters:
|
||||
"tag:Name": Example
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user