1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-19 06:13:00 +00:00
community.general/tests/integration/targets/gitlab_project_approvals/defaults/main.yml
ONODERA Masaru e41e76fdf5
new module: gitlab_project_approvals configures GitLab project approval rules (#12096)
* Add gitlab_project_approvals module

* Update BOTMETA info

* Add lisence info to tests
2026-05-30 13:55:15 +02:00

8 lines
318 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_api_token: glpat-XXXXXXXXXXXXXXXXXXXX
gitlab_api_url: https://gitlab.com
gitlab_project_name: ansible_test_project