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
2023-05-19 17:07:00 +02:00

6 lines
133 B
YAML

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