1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-07-06 22:38:57 +02:00

Update quality assurance

This commit is contained in:
L3D 2023-10-28 17:56:01 +02:00
parent 7fefc89bdb
commit 3d089ed140
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -1,5 +1,5 @@
---
- name: Ensure i3 packages are installed.
- name: Ensure i3 packages are installed # noqa: H1901
community.general.pacman:
name: "{{ i3_packages }}"
state: present