blob: 752c3862db864af6e11941e6ec7de83908e44b74 [file] [log] [blame]
Zack Williamsd41b07f2020-07-16 21:47:52 -07001---
2# gerrit meta/main.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7galaxy_info:
Zack Williams82c69112022-09-03 21:35:54 -07008 role_name: gerrit
9 namespace: onf
10
Zack Williamsd41b07f2020-07-16 21:47:52 -070011 author: Open Networking Foundation
12 description: Gerrit Code Review
13 company: Open Networking Foundation
14
15 issue_tracker_url: https://jira.opennetworking.org/
16
17 license: Apache-2.0
18
19 min_ansible_version: 2.9.5
20
21 platforms:
Zack Williams82c69112022-09-03 21:35:54 -070022 - name: Debian
Zack Williamsd41b07f2020-07-16 21:47:52 -070023 versions:
Zack Williams82c69112022-09-03 21:35:54 -070024 - bullseye
Zack Williamsd41b07f2020-07-16 21:47:52 -070025
26 galaxy_tags:
27 - gerrit
28
29dependencies: []