mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix documentation for aws_ssm and aws_ssm_parameter_store (#38352)
Fix typos aws ssm vs aws_ssm and quotes
This commit is contained in:
committed by
Will Thames
parent
b4d235ca8d
commit
f2b65fc5fe
@@ -105,8 +105,8 @@ EXAMPLES = '''
|
||||
value: "Test1234"
|
||||
overwrite_value: "always"
|
||||
|
||||
- name: recommend to use with ssm lookup plugin
|
||||
debug: msg="{{ lookup('ssm', 'hello') }}"
|
||||
- name: recommend to use with aws_ssm lookup plugin
|
||||
debug: msg="{{ lookup('aws_ssm', 'hello') }}"
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
||||
Reference in New Issue
Block a user