mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-19 04:21:44 -07:00
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>
This commit is contained in:
parent
85e866ccdd
commit
8a51a3c30c
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