fix(ansible-galaxy): adapt indentation
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 11s
Ansible Linter / ansible-lint (push) Successful in 55s

This commit is contained in:
2025-08-06 16:10:21 +02:00
parent b50fd28d22
commit f3cbc1d81b

View File

@ -4,23 +4,23 @@ galaxy_info:
company: Cryptic Systems company: Cryptic Systems
description: Role to install and configure bind9 on different distributions description: Role to install and configure bind9 on different distributions
galaxy_tags: galaxy_tags:
- named - named
- bind - bind
- dyndns - dyndns
license: MIT license: MIT
min_ansible_version: "2.9" min_ansible_version: "2.9"
namespace: volker-raschek namespace: volker-raschek
platforms: platforms:
- name: ArchLinux - name: ArchLinux
versions: versions:
- all - all
- name: EL - name: EL
versions: versions:
- all - all
- name: Fedora - name: Fedora
versions: versions:
- all - all
- name: Ubuntu - name: Ubuntu
versions: versions:
- all - all
role_name: bind9 role_name: bind9