mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 10:51:27 +01: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
	 Daniel Berteaud
					Daniel Berteaud