mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2023-06-04 01:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user