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
1 changed files with 2 additions and 2 deletions

View File

@ -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: