gitlab_project_variable: added support for variable_type (#181)

* gitlab_project_variable: added support for variable_type

* gitlab_project_variable: Added integration tests for variable_type file.

* Changed test case variable name, ansible was masking the output.
This commit is contained in:
Alvaro A 2020-05-25 12:18:19 +02:00 committed by GitHub
commit ece18b756b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 92 additions and 8 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- gitlab_project_variable - implemented variable_type attribute.