Ansible: Ignore symlink errors in check mode
This commit is contained in:
parent
b8aac0793e
commit
47a797d6e3
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue