fix: ansible-lint meta/main.yml

This commit is contained in:
s3lph 2025-02-18 01:09:11 +01:00
parent f8fa04ed6d
commit 7f22865b4b
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
3 changed files with 4 additions and 4 deletions
.forgejo/workflows
.gitignore
roles/knot/meta

View file

@ -15,7 +15,6 @@ jobs:
run: |
apt update; apt install --yes python3-pip
pip3 install --break-system-packages ansible-lint aar-doc
ansible-lint
- name: Generate metadata, readme and defaults from argument_spec
run: |

3
.gitignore vendored
View file

@ -1 +1,2 @@
s3lph-nameserver*.tar.gz
.ansible/
s3lph-nameserver*.tar.gz

View file

@ -1,4 +1,4 @@
#SPDX-License-Identifier: MIT
# SPDX-License-Identifier: MIT
galaxy_info:
author: s3lph
description: Install and configure Knot.
@ -16,7 +16,7 @@ galaxy_info:
# - CC-BY-4.0
license: MIT
min_ansible_version: 2.15
min_ansible_version: "2.15"
# If this a Container Enabled role, provide the minimum Ansible Container version.
# min_ansible_container_version: