fix(ansible-galaxy): add namespace
Some checks failed
Ansible Linter / ansible-lint (push) Has been cancelled
Lint Markdown files / markdown-lint (push) Has been cancelled

This commit is contained in:
2025-08-06 15:22:46 +02:00
parent d6666179a4
commit e14ab7fc70

View File

@ -1,10 +1,16 @@
dependencies: []
galaxy_info:
role_name: "unix_users"
author: "Markus Pesch"
description: "Role to create and configure unix users and groups"
company: "Cryptic Systems"
description: "Role to create and configure unix users and groups"
galaxy_tags:
- system
- user
- unix
- linux
license: "MIT"
min_ansible_version: "2.9"
namespace: volker-raschek
platforms:
- name: ArchLinux
versions:
@ -18,11 +24,4 @@ galaxy_info:
- name: Ubuntu
versions:
- all
galaxy_tags:
- system
- user
- unix
- linux
dependencies: []
role_name: "unix_users"