diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..e83cbc8 --- /dev/null +++ b/meta/main.yml @@ -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: []