Changelog updated #4
Annotations
9 errors and 1 warning
name[casing]:
extensions/molecule/resources/playbooks/noop.yml#L1
All names should start with an uppercase letter.
|
meta-runtime[unsupported-version]:
meta/runtime.yml#L1
requires_ansible key must be set to a supported version.
|
name[play]:
playbooks/demo.yaml#L1
All plays should be named.
|
yaml[truthy]:
playbooks/demo.yaml#L2
Truthy value should be one of \[false, true]
|
name[play]:
plugins/modules/git_publish.py#L103
All plays should be named.
|
risky-file-permissions:
plugins/modules/git_publish.py#L114
File permissions unset or incorrect.
|
name[play]:
plugins/modules/git_retrieve.py#L120
All plays should be named.
|
yaml[empty-lines]:
plugins/modules/git_retrieve.py#L197
Too many blank lines (1 > 0)
|
Ansible Lint
Process completed with exit code 2.
|
jinja[spacing]:
extensions/molecule/resources/vars/vars.yml#L1
Jinja2 spacing could be improved: {{ lookup( 'pipe', 'git rev-parse --show-toplevel') }} -> {{ lookup('pipe', 'git rev-parse --show-toplevel') }}
|