From c7b9f2a6de330da8db68d513d86d97f4398e5c05 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 12 May 2017 11:11:44 -0400 Subject: [PATCH] added docs about url --- docs/docsite/rst/playbooks_lookups.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docsite/rst/playbooks_lookups.rst b/docs/docsite/rst/playbooks_lookups.rst index 53b082d618..90c45a0d96 100644 --- a/docs/docsite/rst/playbooks_lookups.rst +++ b/docs/docsite/rst/playbooks_lookups.rst @@ -563,6 +563,7 @@ Here are some examples:: - debug: msg="{{ lookup('shelvefile', 'file=path_to_some_shelve_file.db key=key_to_retrieve') }} # The following lookups were added in 1.9 + # url lookup splits lines by default, an option to disable this was added in 2.4 - debug: msg="{{item}}" with_url: - 'https://github.com/gremlin.keys'