Apply the dotfiles role

This commit is contained in:
Eryn Wells 2024-10-02 19:21:12 -07:00
parent b454868ca8
commit 29e0b21a99

7
Ansible/local.yml Normal file
View file

@ -0,0 +1,7 @@
---
- name: Local
hosts: localhost
tasks:
- name: Set up dotfiles
ansible.builtin.include_role:
name: dotfiles