mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-19 09:24:41 +00:00
Galaxy imports of the network role are failing: https://galaxy.ansible.com/my-imports/1710 ``` Task "703539" failed: Command '['git', 'clone', '--quiet', '--depth', '1', '--branch', 'master', 'https://github.com/linux-system-roles/network.git', '/var/tmp/galaxy/imports/tmpnxdxwzmg']' returned non-zero exit status 128. ``` We need to tell galaxy to use `main` instead of `master`. The galaxy roles documentation says that `github_branch` may be used for this purpose: https://galaxy.ansible.com/docs/contributing/creating_role.html#role-metadata Signed-off-by: Rich Megginson <rmeggins@redhat.com>
27 lines
515 B
YAML
27 lines
515 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
galaxy_info:
|
|
author: Thomas Haller <thaller@redhat.com>, Till Maas <till@redhat.com>
|
|
description: Configure networking
|
|
company: Red Hat, Inc.
|
|
license: BSD-3-Clause
|
|
min_ansible_version: 2.7
|
|
github_branch: main
|
|
galaxy_tags:
|
|
- centos
|
|
- fedora
|
|
- network
|
|
- networking
|
|
- redhat
|
|
- rhel
|
|
- system
|
|
platforms:
|
|
- name: Fedora
|
|
versions:
|
|
- 31
|
|
- 32
|
|
- name: EL
|
|
versions:
|
|
- 6
|
|
- 7
|
|
- 8
|