Pipe lookup plugin usage example documentation fix (#70679)

pull/70709/head
Roman Gorshunov 4 years ago committed by GitHub
parent 8c213c9334
commit 58d24584c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save