dotfiles/Ansible/play-setup.yml

14 lines
310 B
YAML
Raw Normal View History

---
- name: Set up dotfiles
hosts: localhost
connection: local
module_defaults:
ansible.builtin.setup:
fact_path: "./facts"
vars:
eryn_dotfiles_ignore_symlink_errors: "{{ ansible_check_mode }}"
tasks:
- name: Include eryn role
ansible.builtin.include_role:
name: eryn