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-RedHat.yml
2019-04-24 12:43:25 +02:00

6 lines
117 B
YAML

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