From 2f605ea8df2480a9b73954473ec640988905a6c8 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 8 Jan 2019 16:48:17 +0100 Subject: [PATCH] tasks: Do not log full service facts The service facts create too much noise in test logs, therefore hide them. --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 97dc5c7..3a9701c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,6 +2,7 @@ # get service facts, used in defaults/main.yml - name: Check which services are running service_facts: + no_log: true # needed for ansible_facts.packages - name: Check which packages are installed