mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
[citest skip] make min_ansible_version a string in meta/main.yml
The Ansible developers say that `min_ansible_version` in meta/main.yml must be a `string` value like `"2.9"`, not a `float` value like `2.9`. Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
5d167549f3
commit
4d21dcd0ac
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ galaxy_info:
|
|||
description: Configure networking
|
||||
company: Red Hat, Inc.
|
||||
license: BSD-3-Clause
|
||||
min_ansible_version: 2.9
|
||||
min_ansible_version: "2.9"
|
||||
github_branch: main
|
||||
galaxy_tags:
|
||||
- centos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue