CI #214
Annotations
11 errors and 3 warnings
|
Run test script.:
main.yml#L2
All plays should be named.
|
Run test script.:
main.yml#L9
All tasks should be named.
|
Run test script.:
roles/geerlingguy.docker/handlers/main.yml#L2
All names should start with an uppercase letter.
|
Run test script.:
roles/geerlingguy.docker/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
|
Run test script.:
roles/geerlingguy.docker/tasks/docker-compose.yml#L9
All tasks should be named.
|
Run test script.:
roles/geerlingguy.docker/tasks/main.yml#L13
All tasks should be named.
|
Run test script.:
roles/geerlingguy.docker/tasks/main.yml#L16
All tasks should be named.
|
Run test script.:
roles/geerlingguy.docker/tasks/main.yml#L36
Don't compare to literal True/False.
|
Run test script.:
roles/geerlingguy.docker/tasks/main.yml#L44
Don't compare to literal True/False.
|
Run test script.:
roles/geerlingguy.docker/tasks/main.yml#L79
All tasks should be named.
|
Run test script.:
roles/geerlingguy.docker/defaults/main.yml#L56
Jinja2 spacing could be improved: {{ docker_repo_url }}/{{ (ansible_distribution == 'Fedora') | ternary('fedora','centos') }}/docker-{{ docker_edition }}.repo -> {{ docker_repo_url }}/{{ (ansible_distribution == 'Fedora') | ternary('fedora', 'centos') }}/docker-{{ docker_edition }}.repo
|
Run test script.:
roles/geerlingguy.docker/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ansible_distribution}}.yml -> {{ ansible_distribution }}.yml
|
Run test script.:
roles/geerlingguy.docker/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ansible_os_family}}.yml -> {{ ansible_os_family }}.yml
|
Loading