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:35:12 +01:00

21 lines
427 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.11
platforms:
- name: Archlinux
versions: all
- name: Debian
versions: all
- name: Ubuntu
versions: all
- name: Fedora
versions: all
galaxy_tags:
- dotfiles
- bashrc
- vimrc
dependencies: []