Commit 5e21ebb2 by Michael DeHaan

Merge pull request #9252 from kim0/patch-1

Add one line example for looking up through etcd
parents cef2a879 48ee1913
......@@ -125,6 +125,8 @@ Here are some examples::
- debug: msg="{{ lookup('template', './some_template.j2') }} is a value from evaluation of this template"
- debug: msg="{{ lookup('etcd', 'foo') }} is a value from a locally running etcd"
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
template)::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment