Add space to make linter happy (#81175)

pull/73763/merge
Seige 12 months ago committed by GitHub
parent c3f479e378
commit 5014a6025e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ DOCUMENTATION = """
EXAMPLES = """
- ansible.builtin.debug:
msg: "the value of foo.txt is {{lookup('ansible.builtin.file', '/etc/foo.txt') }}"
msg: "the value of foo.txt is {{ lookup('ansible.builtin.file', '/etc/foo.txt') }}"
- name: display multiple file contents
ansible.builtin.debug: var=item

Loading…
Cancel
Save