ansible-role-git/meta/main.yml
Markus Pesch 3282d019c7
All checks were successful
continuous-integration/drone/push Build is passing
fix: meta information
2022-04-11 13:18:04 +02:00

23 lines
366 B
YAML

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: []