From 8476d1db9d4a3c63eb44bc0559a5abfc096a2b88 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 4 Feb 2021 23:03:44 +0100 Subject: [PATCH] fix: solve linting issues --- tasks/auth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/auth.yml b/tasks/auth.yml index a91ff04..696524d 100644 --- a/tasks/auth.yml +++ b/tasks/auth.yml @@ -34,7 +34,7 @@ dest: "{{ __pve_tmp_dir }}/{{ pve_auth_ldap_realm }}.pw" owner: root group: www-data - mode: + mode: 0640 register: __pve_auth_copy - name: Copy passwd file to pve filesystem