Fix some inconsistencies
Inconsistency leads to failure, as it hampers our ability to achieve our goals.
From MR !763 (merged):
-
We should migrate away from with_X
toloop
-
We name some of our systemd
tasksEnable <X service>
and otherStart and enable <X service>
, we should use the latter for allsystemd
tasks -
check .service
files and removeStandardOutput=journal+console
(e72738d2) -
rename systemd module to services only https://github.com/ansible/ansible/pull/77644
Edited by Christian Heusel