From e98da54b6e4d15e07ff87922d7d566c689cd22b8 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Thu, 25 Jun 2020 12:09:34 +0200 Subject: [PATCH] Tasks: Remove log output for enabling services Enabling/starting a service creates a lot of noise in the debug and does not seem to provide much insights. Therefore disable log output. --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 4ad83c9..30183d7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -47,6 +47,7 @@ enabled: true when: - network_provider == "nm" + no_log: true # If any 802.1x connections are used, the wpa_supplicant # service is required to be running @@ -65,6 +66,7 @@ enabled: true when: - network_provider == "initscripts" + no_log: true - name: Ensure initscripts network file dependency is present copy: