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:
Sébastien Portebois 2018-04-13 23:29:47 -04:00 committed by Will Thames
commit f2b65fc5fe
2 changed files with 8 additions and 8 deletions

View file

@ -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 = '''