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/setup-Debian.yml
2021-11-08 12:28:11 +01:00

6 lines
135 B
YAML

---
- name: ensure i3 packages are installed.
ansible.builtin.apt:
name: "{{ i3_packages }}"
state: "present"
become: true