From 20eee74860f359d9449adceff541cade928f6d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 31 Oct 2021 13:39:51 +0100 Subject: [PATCH] Make inlcude_ tasks less spammy --- playbook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbook.yml b/playbook.yml index cb32c33..f982207 100644 --- a/playbook.yml +++ b/playbook.yml @@ -678,6 +678,7 @@ become: true become_user: "{{ user.name }}" with_items: "{{ users }}" + no_log: True # less spam loop_control: loop_var: user tags: