| --- |
| # golang meta/main.yml |
| # |
| # SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org> |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| galaxy_info: |
| role_name: golang |
| namespace: onf |
| |
| author: Open Networking Foundation |
| description: Install Go programming language and tools |
| company: Open Networking Foundation |
| |
| issue_tracker_url: https://jira.opennetworking.org/ |
| |
| license: Apache-2.0 |
| |
| min_ansible_version: 2.10.7 |
| |
| platforms: |
| - name: Ubuntu |
| versions: |
| - bionic |
| - name: Debian |
| versions: |
| - bullseye |
| |
| galaxy_tags: |
| - golang |
| |
| dependencies: [] |