1 2 3 4 5
- name: Stow dotfiles ansible.builtin.shell: cd dotfiles && for dir in *; do (stow $dir -t ~); done changed_when: true tags: - dotfiles