6
roles/setup/tasks/software/stow.yml
Normal file
6
roles/setup/tasks/software/stow.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Install stow
|
||||
when: inventory_hostname in groups['localhost']
|
||||
ansible.builtin.package:
|
||||
name: stow
|
||||
state: present
|
Reference in New Issue
Block a user