1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sway.git synced 2024-08-16 13:49:49 +02:00
ansible_role_sway/tasks/wlsunset.yml
2024-07-23 15:54:25 +02:00

8 lines
157 B
YAML

---
- name: Ensure swaywm is installed.
ansible.builtin.package:
name: "{{ item }}"
state: "present"
become: true
with_items:
- 'wlsunset'