diff --git a/lib/ansible/modules/cloud/openstack/os_image_facts.py b/lib/ansible/modules/cloud/openstack/os_image_facts.py index b185151176..9ac7b784f4 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 = '''