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-Debian.yml

7 lines
119 B
YAML
Raw Normal View History

2017-12-31 00:56:01 +01:00
---
- name: ensure i3 packages are installed.
apt:
2018-11-15 15:12:44 +01:00
name: "{{ i3_packages }}"
2017-12-31 00:56:01 +01:00
state: "present"
become: true