gitlab_project - Add ability to create project under a user (#2824) (#2895)

* Add ability to create project under a user

* Add changelog

* Add username option

* Update changelogs/fragments/2824-gitlab_project-project-under-user.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Make group and username mutually exclusive

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit c7cf6f2eb7)

Co-authored-by: Stef Graces <stef.graces@nubera.eu>
This commit is contained in:
patchback[bot]
2021-06-27 16:34:18 +02:00
committed by GitHub
parent 138b57230a
commit f74756d7fc
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- gitlab_project - projects can be created under other user's namespaces with the new ``username`` option (https://github.com/ansible-collections/community.general/pull/2824).