mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
New module: gitlab_milestone (#7824)
* new module gitlab_milestone * change BOTMETA * remove blank line * version_added field Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/gitlab_milestone.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update description with reference Co-authored-by: Felix Fontein <felix@fontein.de> * Dates as string type * Removed python 2.7 requirement * Fixes from recent PR comments. * milestones_obj returned on success --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
2d3f99ec3a
commit
4298f2dd92
6 changed files with 929 additions and 0 deletions
6
tests/integration/targets/gitlab_milestone/aliases
Normal file
6
tests/integration/targets/gitlab_milestone/aliases
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Copyright (c) Ansible Project
|
||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
gitlab/ci
|
||||
disabled
|
Loading…
Add table
Add a link
Reference in a new issue