Fix for #420 (Conditionals must have a boolean result.) and basic tests for #425 #162
Annotations
5 errors and 8 warnings
|
ansible-lint
Process completed with exit code 1.
|
|
yaml[trailing-spaces]:
molecule/default/vars/common.yml#L4
Trailing spaces
|
|
yaml[truthy]:
molecule/default/vars/common.yml#L2
Truthy value should be one of [false, true]
|
|
yaml[empty-lines]:
molecule/default/molecule.yml#L62
Too many blank lines (1 > 0)
|
|
yaml[trailing-spaces]:
molecule/default/molecule.yml#L42
Trailing spaces
|
|
no-changed-when:
tasks/unregister-runner.yml#L27
Commands should not change things if nothing needs doing.
|
|
no-changed-when:
tasks/register-runner.yml#L201
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/install-macos.yml#L71
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#L55
Commands should not change things if nothing needs doing.
|
|
internal-error:
molecule/default/converge.yml#L1
Unexpected error code 4 from execution of: ansible-playbook --syntax-check -vv molecule/default/converge.yml
|
|
no-changed-when:
handlers/main.yml#L12
Commands should not change things if nothing needs doing.
|