mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Add colon after module name (#50274)
* A colon is not described * dddd * Update aws_kms_facts.py
This commit is contained in:
parent
fc6c500b5b
commit
4fe346da18
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ EXAMPLES = '''
|
|||
# Note: These examples do not set authentication details, see the AWS Guide for details.
|
||||
|
||||
# Gather facts about all KMS keys
|
||||
- aws_kms_facts
|
||||
- aws_kms_facts:
|
||||
|
||||
# Gather facts about all keys with a Name tag
|
||||
- aws_kms_facts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue