2022-04-11 11:17:11 +00:00
|
|
|
galaxy_info:
|
|
|
|
role_name: git
|
|
|
|
author: Markus Pesch
|
|
|
|
description: Role to install and configure git for local users
|
|
|
|
company: Cryptic Systems
|
|
|
|
license: MIT
|
2022-04-11 11:18:04 +00:00
|
|
|
min_ansible_version: "2.5"
|
2022-04-11 11:17:11 +00:00
|
|
|
platforms:
|
2022-04-11 11:18:04 +00:00
|
|
|
- name: ArchLinux
|
2022-04-11 11:17:11 +00:00
|
|
|
versions:
|
|
|
|
- all
|
|
|
|
- name: Ubuntu
|
|
|
|
versions:
|
|
|
|
- all
|
|
|
|
- name: EL
|
|
|
|
versions:
|
|
|
|
- all
|
|
|
|
|
|
|
|
galaxy_tags:
|
|
|
|
- git
|
|
|
|
|
|
|
|
dependencies: []
|