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.
This commit is contained in:
Till Maas 2020-06-25 12:09:34 +02:00
parent 71b754de62
commit e98da54b6e

View file

@ -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: