mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
10 lines
907 B
YAML
10 lines
907 B
YAML
|
bugfixes:
|
||
|
- >
|
||
|
gitlab_project_variable - allow to set same variable name under different environment scopes.
|
||
|
Due this change, the return value ``project_variable`` differs from previous version in check mode.
|
||
|
It was counting ``updated`` values, because it was accidentally overwriting environment scopes (https://github.com/ansible-collections/community.general/issues/4038).
|
||
|
- gitlab_project_variable - fix idempotent change behaviour for float and integer variables (https://github.com/ansible-collections/community.general/issues/4038).
|
||
|
- gitlab_project_variable - add missing documentation about GitLab versions that support ``environment_scope`` and ``variable_type`` (https://github.com/ansible-collections/community.general/issues/4038).
|
||
|
minor_changes:
|
||
|
- gitlab_project_variable - new ``variables`` parameter (https://github.com/ansible-collections/community.general/issues/4038).
|