From b3dd36bef819df546df482402d8ae2074c95c239 Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Thu, 18 Oct 2018 01:00:08 -0600 Subject: [PATCH] Fix documentation (#47218) The result variable is `openstack_image` and not `openstack` as incorrectly stated in the description. +label: docsite_pr --- 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 8da142e5d6d..4e7d002c261 100644 --- a/lib/ansible/modules/cloud/openstack/os_image_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_image_facts.py @@ -20,7 +20,7 @@ author: "Davide Agnello (@dagnello)" description: - Retrieve facts about a image image from OpenStack. notes: - - Facts are placed in the C(openstack) variable. + - Facts are placed in the C(openstack_image) variable. requirements: - "python >= 2.7" - "openstacksdk"