Skip to content

valve-infra-container-build: ansible-lint: ignore new name casing rule

clayton craft requested to merge craftyguy/valve-infra:ansible-lint-fix into master

A recent "enhancement" to linting ansible that just creates noise as many tasks aren't capitalized, and I'm not convinced that it actually matters.

name: All names should start with an uppercase letter. (name[casing])
ansible/roles/executor/tasks/main.yml:45 Task/Handler: configuring env

Merge request reports