Files
ansible-automations/roles/setup/tasks/software/stow.yml
2024-04-12 17:38:09 +02:00

7 lines
136 B
YAML

---
- name: Install stow
when: inventory_hostname in groups['localhost']
ansible.builtin.package:
name: stow
state: present