1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-08-16 10:09:53 +02:00
ansible_role_i3wm/tasks/setup-Archlinux.yml
2021-02-26 17:31:17 +01:00

7 lines
143 B
YAML

---
- name: ensure i3 packages are installed.
pacman:
name: "{{ i3_packages }}"
state: present
update_cache: true
become: true