diff --git a/roles/vmauth/tasks/configure.yml b/roles/vmauth/tasks/configure.yml index e47da56..049ad54 100644 --- a/roles/vmauth/tasks/configure.yml +++ b/roles/vmauth/tasks/configure.yml @@ -29,6 +29,7 @@ owner: "{{ vmauth_system_user }}" group: "{{ vmauth_system_group }}" mode: 0644 + no_log: true when: - vmauth_auth_config != "" notify: Restart vmauth service