Pipe lookup plugin usage example documentation fix (#70679)

This commit is contained in:
Roman Gorshunov 2020-07-16 19:52:14 +02:00 committed by GitHub
parent 8c213c9334
commit 58d24584c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"""