mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
4298f2dd92
* 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>
18 lines
797 B
YAML
18 lines
797 B
YAML
---
|
|
# 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_project_name: ansible_test_project
|
|
gitlab_host: ansible_test_host
|
|
gitlab_api_token: ansible_test_api_token
|
|
gitlab_project_group: ansible_test_group
|
|
gitlab_branch: ansible_test_branch
|
|
gitlab_first_milestone: ansible_test_milestone
|
|
gitlab_first_milestone_description: "milestone description"
|
|
gitlab_first_milestone_start_date: "2024-01-01"
|
|
gitlab_first_milestone_due_date: "2024-12-31"
|
|
gitlab_first_milestone_new_start_date: "2024-05-01"
|
|
gitlab_first_milestone_new_due_date: "2024-10-31"
|
|
gitlab_second_milestone: ansible_test_second_milestone
|
|
gitlab_second_milestone_description: "new milestone"
|