mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Add environment scope on gitlab project variables (#1197)
* add environment scope on gitlab project variables * fix sanity code * apply again test * environment_scope not defined by default. compatible with old versions of lib. * environment_scope must be optional * add changelog * Update changelogs/fragments/1197_gitlab_project_variable.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
3b9c6d496b
commit
52bb601f31
3 changed files with 56 additions and 10 deletions
2
changelogs/fragments/1197_gitlab_project_variable.yml
Normal file
2
changelogs/fragments/1197_gitlab_project_variable.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- gitlab_project_variable - add support for ``environment_scope`` on projects variables (https://github.com/ansible-collections/community.general/pull/1197).
|
Loading…
Add table
Add a link
Reference in a new issue