mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
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:
parent
71b754de62
commit
e98da54b6e
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue