Compare commits

...

2 Commits

Author SHA1 Message Date
f380eb3547 fix: README
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-11 13:17:36 +02:00
25bb6398e8 fix: meta dir 2022-04-11 13:17:11 +02:00
2 changed files with 23 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ With following role can be git for users configured.
## Installation
```bash
ansible-galaxy install volker_raschek.git_role
ansible-galaxy install volker_raschek.git
```
## Supported distributions

22
meta/main.yml Normal file
View File

@@ -0,0 +1,22 @@
galaxy_info:
role_name: git
author: Markus Pesch
description: Role to install and configure git for local users
company: Cryptic Systems
license: MIT
min_ansible_version: 2.5
platforms:
- name: Archlinux
versions:
- all
- name: Ubuntu
versions:
- all
- name: EL
versions:
- all
galaxy_tags:
- git
dependencies: []