You've already forked ansible-role-git
fix: meta dir
This commit is contained in:
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: []
|
Reference in New Issue
Block a user