blob: b4c320120bf5ae67e280cde1372279a8002fc913 [file] [log] [blame]
Zack Williams04575aa2022-03-19 21:51:44 -07001---
2# devtools meta/main.yml
3#
4# SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7galaxy_info:
8 role_name: devtools
9 namespace: onf
10
11 author: Open Networking Foundation
12 description: Installs tools for development on CI systems
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.10.7
20
21 platforms:
22 - name: Ubuntu
23 versions:
24 - bionic
25 - name: Debian
26 versions:
27 - bullseye
28
29 galaxy_tags:
30 - devtools
31
32dependencies: []