mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Since gitlab_project_members is a copy if gitlab_group_members with small modifications, it needs to contain the copyright notices of that module as well as the authors. (#1874)
This commit is contained in:
parent
305748b333
commit
0b9893959f
1 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Copyright: (c) 2021, Sergey Mikhaltsov <metanovii@gmail.com>
|
# Copyright: (c) 2021, Sergey Mikhaltsov <metanovii@gmail.com>
|
||||||
|
# Copyright: (c) 2020, Zainab Alsaffar <Zainab.Alsaffar@mail.rit.edu>
|
||||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
|
|
||||||
from __future__ import absolute_import, division, print_function
|
from __future__ import absolute_import, division, print_function
|
||||||
|
@ -14,7 +15,9 @@ short_description: Manage project members on GitLab Server
|
||||||
version_added: 2.2.0
|
version_added: 2.2.0
|
||||||
description:
|
description:
|
||||||
- This module allows to add and remove members to/from a project, or change a member's access level in a project on GitLab.
|
- This module allows to add and remove members to/from a project, or change a member's access level in a project on GitLab.
|
||||||
author: Sergey Mikhaltsov (@metanovii)
|
author:
|
||||||
|
- Sergey Mikhaltsov (@metanovii)
|
||||||
|
- Zainab Alsaffar (@zanssa)
|
||||||
requirements:
|
requirements:
|
||||||
- python-gitlab python module <= 1.15.0
|
- python-gitlab python module <= 1.15.0
|
||||||
- owner or maintainer rights to project on the GitLab server
|
- owner or maintainer rights to project on the GitLab server
|
||||||
|
|
Loading…
Reference in a new issue