2025-01-31 16:27:22 -08:00
|
|
|
---
|
|
|
|
- name: Set up dotfiles
|
|
|
|
hosts: localhost
|
|
|
|
connection: local
|
|
|
|
module_defaults:
|
|
|
|
ansible.builtin.setup:
|
|
|
|
fact_path: "./facts"
|
2025-01-31 22:38:15 -08:00
|
|
|
vars:
|
|
|
|
eryn_dotfiles_ignore_symlink_errors: "{{ ansible_check_mode }}"
|
2025-01-31 16:27:22 -08:00
|
|
|
tasks:
|
|
|
|
- name: Include eryn role
|
|
|
|
ansible.builtin.include_role:
|
|
|
|
name: eryn
|