You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/67461-gitlab-project-variab...

3 lines
87 B
YAML

implement support for hidden/protected variables gitlab_project_variable (#67461) * #66135 implement support for hidden/protected variables * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * update example value * fix pep * fix pep8 * fix tailing whitespace * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update test/integration/targets/gitlab_project_variable/tasks/main.yml Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * fix recommendations and request changes * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update test/integration/targets/gitlab_project_variable/tasks/main.yml Co-Authored-By: Felix Fontein <felix@fontein.de> * fix undefine module * add missing import * expand documentation * add idempotent check * add changelog * Update changelogs/fragments/67461-gitlab-project-variable-masked-protected.yml Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * check also for integer_types * expand integration test and check also for float type * append documentation * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com> Co-authored-by: Felix Fontein <felix@fontein.de>
4 years ago
minor_changes:
- gitlab_project_variable - implement masked and protected attributes