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:
parent
90d2620939
commit
b3dd36bef8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue