3 Commits
0.1.0 ... 0.1.1

Author SHA1 Message Date
e14ab7fc70 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
2025-08-06 15:22:46 +02:00
d6666179a4 fix(ansible-galaxy): adapt list of supported platforms
Some checks failed
Lint Markdown files / markdown-lint (push) Successful in 13s
Ansible Linter / ansible-lint (push) Failing after 46s
2025-08-06 11:45:07 +02:00
13ada129ae fix(ansible-galaxy): remove namespace
Some checks failed
Lint Markdown files / markdown-lint (push) Successful in 9s
Ansible Linter / ansible-lint (push) Failing after 29s
2025-08-06 11:39:34 +02:00

View File

@ -1,25 +1,27 @@
dependencies: []
galaxy_info: galaxy_info:
namespace: volker_raschek
role_name: "unix_users"
author: "Markus Pesch" author: "Markus Pesch"
description: "Role to create and configure unix users and groups"
company: "Cryptic Systems" company: "Cryptic Systems"
license: "MIT" description: "Role to create and configure unix users and groups"
min_ansible_version: "2.9"
platforms:
- name: ArchLinux
versions:
- all
- name: Ubuntu
versions:
- all
- name: Fedora
versions:
- "35"
galaxy_tags: galaxy_tags:
- system - system
- user - user
- unix - unix
- linux - linux
license: "MIT"
dependencies: [] min_ansible_version: "2.9"
namespace: volker-raschek
platforms:
- name: ArchLinux
versions:
- all
- name: EL
versions:
- all
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all
role_name: "unix_users"