From 38cd3ea327dcdf70ba6b783d4c85b795e2f678e3 Mon Sep 17 00:00:00 2001
From: Benjamin Bertrand <benjamin.bertrand@esss.se>
Date: Thu, 2 May 2019 12:14:39 +0200
Subject: [PATCH] Add no_log to prevent secret to be shown

---
 tasks/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tasks/main.yml b/tasks/main.yml
index 4b14efc..b8a4201 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -13,6 +13,7 @@
     owner: root
     group: radiusd
     mode: 0640
+  no_log: true
   notify:
     - restart radiusd
 
-- 
GitLab