From b3120c2abe0d4f8e0148e63906bebbfcaec8b594 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 11 Sep 2021 21:44:23 +0200 Subject: [PATCH] fix: add no_log to task includes to avoid variable leaks --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 2c6ed96..6b3be51 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -4,3 +4,4 @@ loop: "{{ droneci_autoscaler_instances }}" loop_control: loop_var: inst + no_log: True