8 lines
169 B
YAML
8 lines
169 B
YAML
---
|
|
# handlers file for user_config
|
|
- name: Apply stow config
|
|
ansible.builtin.shell: stow {{user_config_stow_module}}
|
|
args:
|
|
chdir: '{{user_config_home}}/conf2'
|
|
|