summaryrefslogtreecommitdiffstats
path: root/roles/stow/tasks/main.yml
blob: bbed9279aa7e43fe2b5e4c9521c5e1ec761f5b92 (plain) (blame)
1
2
3
4
5
6
---
- name: "Ensure stow is installed"
  become: true
  ansible.builtin.package:
    name: "stow"
    state: "present"