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
2023-10-31 00:37:24 +01:00

20 lines
414 B
YAML

---
galaxy_info:
author: do1jlr
description: Deploy some dotfiles like .vimrc and .bashrc for all defined users
role_name: dotfiles
license: "MIT"
min_ansible_version: '2.13'
platforms:
- name: ArchLinux
versions: ['all']
- name: Debian
versions: ['all']
- name: Ubuntu
versions: ['all']
galaxy_tags:
- dotfiles
- bashrc
- vimrc
- linux
dependencies: []