Install haveged on VPS instances

This commit is contained in:
Sam A. 2024-02-09 19:25:01 +01:00
parent 2c35f704ee
commit 8f55cf53e4
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

@ -85,8 +85,8 @@
- firewalld - firewalld
- rsyslog - rsyslog
- name: Packages for QEMU instances - name: Packages for non-LXC instances
when: instance_type == 'qemu' when: instance_type != 'lxc'
block: block:
- name: Install haveged - name: Install haveged
ansible.builtin.dnf: ansible.builtin.dnf: