mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
fixed parentheses (#48067)
* fixed parentheses * Add space after lookup
This commit is contained in:
committed by
Martin Krizek
parent
569ec812e7
commit
5b27de41bd
@@ -47,7 +47,7 @@ DOCUMENTATION = """
|
||||
|
||||
EXAMPLES = """
|
||||
- name: query redis for somekey (default or configured settings used)
|
||||
debug: msg="{{ lookup('redis', 'somekey'}}"
|
||||
debug: msg="{{ lookup('redis', 'somekey') }}"
|
||||
|
||||
- name: query redis for list of keys and non-default host and port
|
||||
debug: msg="{{ lookup('redis', item, host='myredis.internal.com', port=2121) }}"
|
||||
|
||||
Reference in New Issue
Block a user