24 lines
400 B
YAML
24 lines
400 B
YAML
galaxy_info:
|
|
namespace: volker_raschek
|
|
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: []
|