user_config/handlers/main.yml

8 lines
169 B
YAML
Raw Normal View History

2018-12-02 20:03:41 +00:00
---
2023-01-10 19:47:04 +00:00
# handlers file for user_config
- name: Apply stow config
ansible.builtin.shell: stow {{user_config_stow_module}}
args:
chdir: '{{user_config_home}}/conf2'