From 9f2baf3f8496b01f04973b0f0d41dbf2867e7768 Mon Sep 17 00:00:00 2001 From: Jens Peter Schroer Date: Fri, 30 Oct 2015 10:34:47 +0100 Subject: [PATCH] adding documentation --- docsite/rst/playbooks_lookups.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docsite/rst/playbooks_lookups.rst b/docsite/rst/playbooks_lookups.rst index 9638411a1a..fc6559e0e6 100644 --- a/docsite/rst/playbooks_lookups.rst +++ b/docsite/rst/playbooks_lookups.rst @@ -271,6 +271,10 @@ Here are some examples:: - debug: msg="{{ lookup('template', './some_template.j2') }} is a value from evaluation of this template" + # loading a json file from a template as a string + - debug: msg="{{ lookup('template', './some_json.json.j2', convert_data=False) }} is a value from evaluation of this template" + + - debug: msg="{{ lookup('etcd', 'foo') }} is a value from a locally running etcd" # shelvefile lookup retrieves a string value corresponding to a key inside a Python shelve file