From 3d089ed140aec03b1733a9a506f2cf7e302ddde9 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 28 Oct 2023 17:56:01 +0200 Subject: [PATCH] Update quality assurance --- tasks/setup-Archlinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup-Archlinux.yml b/tasks/setup-Archlinux.yml index 2b65c7c..03f2439 100644 --- a/tasks/setup-Archlinux.yml +++ b/tasks/setup-Archlinux.yml @@ -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