From 8f55cf53e479089f45ed99abb9cf124778fa980a Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Fri, 9 Feb 2024 19:25:01 +0100 Subject: [PATCH] Install haveged on VPS instances --- roles/virt-common/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/virt-common/tasks/main.yml b/roles/virt-common/tasks/main.yml index f150031..09b16b4 100644 --- a/roles/virt-common/tasks/main.yml +++ b/roles/virt-common/tasks/main.yml @@ -85,8 +85,8 @@ - firewalld - rsyslog -- name: Packages for QEMU instances - when: instance_type == 'qemu' +- name: Packages for non-LXC instances + when: instance_type != 'lxc' block: - name: Install haveged ansible.builtin.dnf: