CI #168
Annotations
10 errors and 4 warnings
main.yml#L2
All plays should be named.
|
main.yml#L9
All tasks should be named.
|
roles/geerlingguy.docker/handlers/main.yml#L2
All names should start with an uppercase letter.
|
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
|
roles/geerlingguy.docker/tasks/docker-compose.yml#L9
All tasks should be named.
|
roles/geerlingguy.docker/tasks/main.yml#L13
All tasks should be named.
|
roles/geerlingguy.docker/tasks/main.yml#L16
All tasks should be named.
|
roles/geerlingguy.docker/tasks/main.yml#L36
Don't compare to literal True/False.
|
roles/geerlingguy.docker/tasks/main.yml#L44
Don't compare to literal True/False.
|
roles/geerlingguy.docker/tasks/main.yml#L79
All tasks should be named.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
roles/geerlingguy.docker/defaults/main.yml#L48
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
|
roles/geerlingguy.docker/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ansible_distribution}}.yml -> {{ ansible_distribution }}.yml
|
roles/geerlingguy.docker/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ansible_os_family}}.yml -> {{ ansible_os_family }}.yml
|
The logs for this run have expired and are no longer available.
Loading