Update lookups doc with shelvefile example

pull/4420/head
Alejandro Guirao 2015-09-18 14:51:03 +02:00
parent f40b66d841
commit 8288e27051
1 changed files with 3 additions and 0 deletions

View File

@ -175,6 +175,9 @@ Here are some examples::
- debug: msg="{{ lookup('etcd', 'foo') }} is a value from a locally running etcd" - 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
- debug: msg="{{ lookup('shelvefile', 'file=path_to_some_shelve_file.db key=key_to_retrieve') }}
# The following lookups were added in 1.9 # The following lookups were added in 1.9
- debug: msg="{{item}}" - debug: msg="{{item}}"
with_url: with_url: