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"