Skip to content

Duplicate tasks in check.yml #305

Open
@acch

Description

@acch

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"

Metadata

Metadata

Assignees

Labels

Component: CoreType: EnhancementType: Enhancement Indicates a request for feature to be improved.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions