mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix doc formatting error
This commit is contained in:
@@ -459,7 +459,7 @@ Many new lookup abilities were added in 0.9. Remeber lookup plugins are run on
|
|||||||
|
|
||||||
As an alternative you can also assign lookup plugins to variables or use them
|
As an alternative you can also assign lookup plugins to variables or use them
|
||||||
elsewhere. This macros are evaluated each time they are used in a task (or
|
elsewhere. This macros are evaluated each time they are used in a task (or
|
||||||
template).
|
template)::
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
motd_value: "{{ lookup('file', '/etc/motd') }}"
|
motd_value: "{{ lookup('file', '/etc/motd') }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user