Dot_Files/playbook.yml

23 lines
440 B
YAML

---
- name: Install Dependencies
hosts: all
pre_tasks:
- name: Update Caches
ansible.builtin.import_tasks: tasks/update-pkg-mngr-cache.yml
- name: Enable EPEL if necessary
ansible.builtin.import_tasks: tasks/enable-epel.yml
roles:
- role: git
tags:
- git
- role: zsh
tags:
- zsh
- role: nvim
tags:
- nvim
- role: deploy-files
tags:
- deploy