Fix documentation (#47218)

The result variable is `openstack_image` and not `openstack` as incorrectly stated in the description.

+label: docsite_pr
This commit is contained in:
Nicolas Bock 2018-10-18 01:00:08 -06:00 committed by Jordan Borean
parent 90d2620939
commit b3dd36bef8

View file

@ -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"