summaryrefslogtreecommitdiff
path: root/tasks/dotfiles.yml
blob: 33a414c23ca6fac92a47831df0cb3bf1489011b5 (plain)
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