Update to 2023-06-04 01:00

This commit is contained in:
Daniel Berteaud
2023-06-04 01:00:17 +02:00
parent 67e2e6482e
commit 3159bee812
21 changed files with 44 additions and 36 deletions

View File

@@ -10,10 +10,9 @@
- name: Create clamav user account
user:
name: clamav
name: "{{ clam_user }}"
system: True
shell: /sbin/nologin
comment: "ClamAV antivirus user account"
- name: Set SELinux
seboolean: name={{ item }} state=True persistent=True