Workflows: Explicitly set working_directory for ansible-lint #17
Annotations
10 errors
|
yaml[document-start]:
.ansible/roles/geerlingguy.pip/.ansible-lint#L1
Missing document start "---"
|
|
|
|
|
|
schema[meta]:
.ansible/roles/geerlingguy.pip/meta/main.yml#L1
$.galaxy_info.min_ansible_version 2.1 is not of type 'string'. See https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#using-role-dependencies
|
|
fqcn[action-core]:
.ansible/roles/geerlingguy.pip/molecule/default/converge.yml#L15
Use FQCN for builtin module actions (apt).
|
|
no-free-form:
.ansible/roles/geerlingguy.pip/molecule/default/converge.yml#L15
Avoid using free-form when calling module actions. (apt)
|
|
fqcn[action-core]:
.ansible/roles/geerlingguy.pip/molecule/default/converge.yml#L19
Use FQCN for builtin module actions (set_fact).
|
|
fqcn[action-core]:
.ansible/roles/geerlingguy.pip/tasks/main.yml#L2
Use FQCN for builtin module actions (package).
|
|
fqcn[action-core]:
.ansible/roles/geerlingguy.pip/tasks/main.yml#L12
Use FQCN for builtin module actions (pip).
|
|
Lint
Process completed with exit code 1.
|