fix: meta dir
This commit is contained in:
parent
2185788577
commit
25bb6398e8
22
meta/main.yml
Normal file
22
meta/main.yml
Normal 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: []
|
Loading…
Reference in New Issue
Block a user