mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
00efbe6ea2
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>
2 lines
207 B
YAML
2 lines
207 B
YAML
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)."
|