mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
SDK does return all keys and values of the template labels as strings. At the same time user can define some labels as integers or booleans, which will break comparison of labels and lead to module failure on consecutive runs. Change-Id: I7ab624428c8bb06030a2b28888f5cb89bb249f08
8 lines
196 B
YAML
8 lines
196 B
YAML
---
|
|
|
|
bugfixes:
|
|
- |
|
|
coe_cluster_template - now labels are converted to strings by module that
|
|
fixes module idempotence in case label values defined by users are
|
|
integers or booleans.
|