mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
[PR #7364/8a51a3c3 backport][stable-7] Add option force_delete module gitlab_group (#7368)
Add option force_delete module gitlab_group (#7364)
* Update gitlab_group.py
- Add option force (default value: false) to delete group even if projects exists in it.
* Create 7364-add-option-force-gitlab-group.yml
* Update 7364-add-option-force-gitlab-group.yml
* Update plugins/modules/gitlab_group.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/7364-add-option-force-gitlab-group.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/gitlab_group.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update gitlab_group.py
- Add message in projects inside group
* Update plugins/modules/gitlab_group.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update gitlab_group.py
Split lines
* Update gitlab_group.py
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 8a51a3c30c
)
Co-authored-by: paytroff <paytroff@gmail.com>
This commit is contained in:
parent
d18092a128
commit
00efbe6ea2
2 changed files with 22 additions and 5 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- "gitlab_group - add option ``force_delete`` (default: false) which allows delete group even if projects exists in it (https://github.com/ansible-collections/community.general/pull/7364)."
|
Loading…
Add table
Add a link
Reference in a new issue