mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
chore: add deprecation warning for gitlab group membership (#3451)
* chore: add deprecation warning * chore: add deprecation message, version and collection * chore: add changelog fragment * docs: add deprecation info * fix: max line length and whitespace * fix continuation line under-indented * Update changelogs/fragments/3451-gitlab-group-member-deprecate-name-and-path.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/source_control/gitlab/gitlab_group_members.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
b6b7601615
commit
ba2917a7dc
2 changed files with 7 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
deprecated_features:
|
||||
- gitlab_group_members - setting ``gitlab_group`` to ``name`` or ``path`` is deprecated. Use ``full_path`` instead (https://github.com/ansible-collections/community.general/pull/3451).
|
Loading…
Add table
Add a link
Reference in a new issue