mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
Fix/gitlab project user workspace (#2881)
* Add ability to create project under a user * Add changelog * Change minor_changes in changelog As suggested in this comment https://github.com/ansible-collections/community.general/pull/2824#discussion_r653411741 * Fix user's namespace * Delete changelog * Add changelog * Fix changelog Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Amin Vakil <info@aminvakil.com> * Change user_group_id to namespace_group_id Co-authored-by: Felix Fontein <felix@fontein.de> * Change to namespace_id Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
parent
9dd91f949a
commit
2fb0877577
2 changed files with 10 additions and 7 deletions
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- gitlab_project - user projects are created using namespace ID now, instead of user ID (https://github.com/ansible-collections/community.general/pull/2881).
|
Loading…
Add table
Add a link
Reference in a new issue