parent
f8fa04ed6d
commit
7f22865b4b
3 changed files with 4 additions and 4 deletions
|
@ -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
3
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
s3lph-nameserver*.tar.gz
|
||||
.ansible/
|
||||
s3lph-nameserver*.tar.gz
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue