Pipe lookup plugin usage example documentation fix (#70679)
This commit is contained in:
parent
8c213c9334
commit
58d24584c0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ EXAMPLES = r"""
|
|||
|
||||
- name: Always use quote filter to make sure your variables are safe to use with shell
|
||||
debug:
|
||||
msg: "{{ lookup('pipe', 'getent ' + myuser | quote ) }}"
|
||||
msg: "{{ lookup('pipe', 'getent passwd ' + myuser | quote ) }}"
|
||||
"""
|
||||
|
||||
RETURN = r"""
|
||||
|
|
Loading…
Reference in a new issue