From 2b1a7b7d75a88f2e83ee003b3133e9788245b03f Mon Sep 17 00:00:00 2001 From: Lukas Bednar Date: Thu, 31 Aug 2017 15:12:10 +0200 Subject: [PATCH] [docs] Fixed example for os_image_fact (#28873) There is typo in example, which results in error when running it. --- lib/ansible/modules/cloud/openstack/os_image_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/openstack/os_image_facts.py b/lib/ansible/modules/cloud/openstack/os_image_facts.py index b1851511768..9ac7b784f4c 100644 --- a/lib/ansible/modules/cloud/openstack/os_image_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_image_facts.py @@ -56,7 +56,7 @@ EXAMPLES = ''' - name: Show openstack facts debug: - var: openstack + var: openstack_image ''' RETURN = '''