From d3ea22e4499bff4a0507a746c3f84ed16c85493e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Wed, 20 Mar 2024 16:18:42 -0400 Subject: [PATCH] [ansible/tuning] Fix family for Arch --- ansible/roles/ovos_installer/tasks/tuning/zram.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/ovos_installer/tasks/tuning/zram.yml b/ansible/roles/ovos_installer/tasks/tuning/zram.yml index 9b30719..e861967 100644 --- a/ansible/roles/ovos_installer/tasks/tuning/zram.yml +++ b/ansible/roles/ovos_installer/tasks/tuning/zram.yml @@ -29,7 +29,7 @@ community.general.pacman: name: systemd-zram-generator state: "{{ ovos_installer_uninstall }}" - when: ansible_os_family == "Arch" + when: ansible_os_family == "Archlinux" tags: - always