Open
Description
The files core/common/tasks/check.yml
and core/cluster/tasks/check.yml
contain the same tasks. As all roles depend on core/common
these tasks are redundant, and can be merged into a single file. Running these tasks twice simply increases runtime, and multiple definitions of the same variable are error-prone.
Duplicate tasks:
- "check | Count daemon processes"
- "check | Check if daemon is running"
- "check | Set default daemon nodename"