From 459e585d0cecc1a23b4fe40a4286d91116f89c98 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Thu, 10 Nov 2016 10:12:03 -0700 Subject: Fix bare variable references in docs --- cloud/smartos/smartos_image_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloud/smartos') diff --git a/cloud/smartos/smartos_image_facts.py b/cloud/smartos/smartos_image_facts.py index 189389de..eb3ecd08 100644 --- a/cloud/smartos/smartos_image_facts.py +++ b/cloud/smartos/smartos_image_facts.py @@ -51,7 +51,7 @@ smartos_image_facts: debug: msg="{{ smartos_images[item]['name'] }}-{{smartos_images[item]['version'] }} has {{ smartos_images[item]['clones'] }} VM(s)" -with_items: smartos_images.keys() +with_items: "{{ smartos_images.keys() }}" ''' RETURN = ''' -- cgit v1.2.1