Simple role to manage my dotfiles from karlatec/dotfiles.
Used as part of other Ansible roles and playbooks.
As in requirements.txt.
Following packages need to be installed in the target system:
- git
- vim
As in molecule/default/converge
---
- name: Converge
hosts: all
gather_facts: true
roles:
- role: ansible-dotfiles