mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-06 13:23:06 +00:00
Add support to setting image tags
Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/783849 Change-Id: Idee1f3c16cb07db39395b434d406628a9c5b152d
This commit is contained in:
committed by
Dmitriy Rabotyagov
parent
daaa6bf561
commit
6b3bf3bba0
@@ -140,6 +140,10 @@ openstack_image:
|
||||
description: Size of the image.
|
||||
returned: success
|
||||
type: int
|
||||
tags:
|
||||
description: List of tags assigned to the image
|
||||
returned: success
|
||||
type: list
|
||||
'''
|
||||
|
||||
from ansible_collections.openstack.cloud.plugins.module_utils.openstack import OpenStackModule
|
||||
|
||||
Reference in New Issue
Block a user