Skip to content

Commit

Permalink
Get behavior of gitlab_project_members to the one of gitlab_group_mem…
Browse files Browse the repository at this point in the history
…bers (#3319) (#3383)

* Initial change to get behaviour of gitlab_project_members like the new gitlab_group_members

* added changelog

* linter: removed trainling whitespaces

* Update plugins/modules/source_control/gitlab/gitlab_project_members.py

Co-authored-by: Felix Fontein <[email protected]>

* Update plugins/modules/source_control/gitlab/gitlab_project_members.py

Co-authored-by: Felix Fontein <[email protected]>

* Update plugins/modules/source_control/gitlab/gitlab_project_members.py

Co-authored-by: Felix Fontein <[email protected]>

* Update plugins/modules/source_control/gitlab/gitlab_project_members.py

Co-authored-by: Felix Fontein <[email protected]>

* Update plugins/modules/source_control/gitlab/gitlab_project_members.py

Co-authored-by: Felix Fontein <[email protected]>

* requested changes

* linter fixes

* undoing formatting changes to existing code

Co-authored-by: Max-Florian Bidlingmaier <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Max Bidlingmaier <[email protected]>
(cherry picked from commit 7a2efb4)

Co-authored-by: Max Bidlingmaier <[email protected]>
  • Loading branch information
patchback[bot] and suukit authored Sep 17, 2021
1 parent 9d468fb commit 7c810a6
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 77 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minor_changes:
- gitlab_project_members - ``gitlab_user`` can now also be a list of users (https://github.com/ansible-collections/community.general/pull/3319).
- gitlab_project_members - added functionality to set all members exactly as given (https://github.com/ansible-collections/community.general/pull/3319).
Loading

0 comments on commit 7c810a6

Please sign in to comment.