mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07: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:
parent
b4d235ca8d
commit
f2b65fc5fe
2 changed files with 8 additions and 8 deletions
|
@ -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 = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue