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-Archlinux.yml
2018-11-17 22:46:13 +01:00

7 lines
141 B
YAML

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