Fix when using the flag --custom_builds_dir-enabled #85
Annotations
5 errors and 10 warnings
jinja[spacing]:
defaults/main.yml#L16
Jinja2 spacing could be improved: {{ gitlab_runner_default_install_directory if (gitlab_runner_custom_install_directory == '') else gitlab_runner_custom_install_directory }} -> {{ gitlab_runner_default_install_directory if (gitlab_runner_custom_install_directory == '') else gitlab_runner_custom_install_directory }}
|
yaml[trailing-spaces]:
defaults/main.yml#L16
Trailing spaces
|
yaml[trailing-spaces]:
defaults/main.yml#L17
Trailing spaces
|
yaml[trailing-spaces]:
defaults/main.yml#L18
Trailing spaces
|
ansible-lint
Process completed with exit code 1.
|
no-changed-when:
handlers/main.yml#L12
Commands should not change things if nothing needs doing.
|
no-changed-when:
tasks/install-macos.yml#L55
Commands should not change things if nothing needs doing.
|
no-changed-when:
tasks/install-macos.yml#L62
Commands should not change things if nothing needs doing.
|
no-changed-when:
tasks/install-macos.yml#L71
Commands should not change things if nothing needs doing.
|
no-changed-when:
tasks/install-macos.yml#L90
Commands should not change things if nothing needs doing.
|
no-changed-when:
tasks/register-runner.yml#L2
Commands should not change things if nothing needs doing.
|
no-changed-when:
tasks/register-runner.yml#L190
Commands should not change things if nothing needs doing.
|
no-changed-when:
tasks/unregister-runner.yml#L27
Commands should not change things if nothing needs doing.
|
no-changed-when:
tests/test.yml#L26
Commands should not change things if nothing needs doing.
|
no-changed-when:
tests/test.yml#L53
Commands should not change things if nothing needs doing.
|