network/meta/main.yml
Rich Megginson cf356230ca support ansible-core-2.14, ansible-lint 6.x
ansible-core 2.14 is now the current version of Ansible.  This version
does not support `args: warn: false` so we have to remove it from the
network role.  Users will need to use `COMMAND_WARNINGS` in their
Ansible configuration in order to suppress the warning in older versions
of Ansible such as 2.9, 2.11.
In addition, the gating tests are getting stricter about using new best
practices, such as using `true`, `false` for booleans instead of `yes`,
`no`; use of spaces in Jinja expressions; etc.  These issues were
addressed.
The `tests/` directory contains far too many cases of non-recommended
practices, so this directory has been exempted.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2022-11-14 13:54:14 -07:00

26 lines
503 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.9"
galaxy_tags:
- centos
- fedora
- network
- networking
- redhat
- rhel
- system
platforms:
- name: Fedora
versions:
- all
- name: EL
versions:
- "6"
- "7"
- "8"
- "9"