From 24bb2ed9291b381893cec51e08953a096572f2ca Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 24 Oct 2019 20:45:46 +0200 Subject: [PATCH] remove log for password set --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 129abf8..a762555 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -17,6 +17,7 @@ - name: set smb content to credential file + copy: content: | username={{ item.value.username }} @@ -36,6 +37,7 @@ mode: 0600 with_dict: "{{ credentials_files }}" become: true + no_log: true when: item is defined and item.value.type == "davfs" - name: SYSTEMD MOUNT | Install needed packages