1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_dotfiles.git synced 2024-08-16 16:09:49 +02:00
ansible_role_dotfiles/meta/main.yml

29 lines
527 B
YAML
Raw Normal View History

2019-05-17 15:57:46 +02:00
---
galaxy_info:
author: L3D
description: Deploy some dotfiles like .vimrc and .bashrc for all defined users
2019-06-11 13:32:22 +02:00
role_name: dotfiles
2019-05-17 15:57:46 +02:00
license: "MIT"
min_ansible_version: 2.3
github_branch: master
platforms:
- name: Archlinux
versions: all
- name: Debian
versions:
- stretch
- sid
- name: Ubuntu
versions:
- bionic
- cosmic
- name: Fedora
versions:
- 28
- 29
galaxy_tags:
- dotfiles
- bashrc
- vimrc
dependencies: []