fix(ansible-galaxy): add namespace
Some checks failed
Lint Markdown files / markdown-lint (push) Successful in 10s
Ansible Linter / ansible-lint (push) Failing after 51s

This commit is contained in:
2025-08-06 15:22:40 +02:00
parent e12087c54e
commit 69c258a878

View File

@ -1,10 +1,11 @@
dependencies: []
galaxy_info:
role_name: networking
author: Markus Pesch
description: Role to configure network interfaces via systemd on different distributions
company: Cryptic Systems
description: Role to configure network interfaces via systemd on different distributions
license: MIT
min_ansible_version: "2.9"
namespace: volker-raschek
platforms:
- name: ArchLinux
versions:
@ -18,10 +19,4 @@ galaxy_info:
- name: Ubuntu
versions:
- all
# galaxy_tags:
# - systemd-networkd
# - wiregurd
# - resolvectl
dependencies: []
role_name: networking