Skip to content
Triggered via schedule September 8, 2024 05:42
Status Failure
Total duration 1m 4s
Artifacts

ci.yml

on: schedule
Matrix: Go
Matrix: Python
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 9 warnings
schema[playbook]: main.yml#L1
$[0].roles[0] 'role' is a required property. See https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html#roles
name[play]: main.yml#L2
All plays should be named.
fqcn[action]: main.yml#L9
Use FQCN for module actions, such `community.docker.docker_container`.
command-instead-of-module: main.yml#L45
apt-get used in place of apt-get module
fqcn[action]: main.yml#L58
Use FQCN for module actions, such `community.docker.docker_container`.
name[play]: test.yml#L2
All plays should be named.
fqcn[action]: test.yml#L9
Use FQCN for module actions, such `community.docker.docker_container`.
fqcn[action]: test.yml#L30
Use FQCN for module actions, such `community.docker.docker_container`.
Python (ansible-solr-container)
Process completed with exit code 2.
Python (ansible-containers)
The job was canceled because "ansible-solr-container" failed.
name[play]: main.yml#L2
All plays should be named.
fqcn[action]: main.yml#L10
Use FQCN for module actions, such `community.docker.docker_image`.
fqcn[action]: main.yml#L19
Use FQCN for module actions, such `community.docker.docker_container`.
fqcn[action]: main.yml#L34
Use FQCN for module actions, such `community.docker.docker_container`.
fqcn[action]: main.yml#L40
Use FQCN for module actions, such `community.docker.docker_login`.
fqcn[action]: main.yml#L50
Use FQCN for module actions, such `community.docker.docker_image`.
name[play]: registry.yml#L2
All plays should be named.
fqcn[action]: registry.yml#L9
Use FQCN for module actions, such `community.docker.docker_image`.
fqcn[action]: registry.yml#L14
Use FQCN for module actions, such `community.docker.docker_container`.
Python (ansible-containers)
Process completed with exit code 2.
Python (testing-molecule-kind)
The job was canceled because "ansible-solr-container" failed.
Python (testing-molecule-kind)
Process completed with exit code 1.
Python (hello-ansible)
The job was canceled because "ansible-solr-container" failed.
name[play]: main.yml#L2
All plays should be named.
Python (hello-ansible)
Process completed with exit code 2.
Python (cluster-local-vms)
The job was canceled because "ansible-solr-container" failed.
name[play]: main.yml#L2
All plays should be named.
name[missing]: main.yml#L9
All tasks should be named.
name[casing]: roles/geerlingguy.docker/handlers/main.yml#L2
All names should start with an uppercase letter.
schema[meta]: 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
name[missing]: roles/geerlingguy.docker/tasks/docker-compose.yml#L9
All tasks should be named.
name[missing]: roles/geerlingguy.docker/tasks/main.yml#L13
All tasks should be named.
name[missing]: roles/geerlingguy.docker/tasks/main.yml#L16
All tasks should be named.
literal-compare: roles/geerlingguy.docker/tasks/main.yml#L36
Don't compare to literal True/False.
literal-compare: roles/geerlingguy.docker/tasks/main.yml#L44
Don't compare to literal True/False.
name[missing]: roles/geerlingguy.docker/tasks/main.yml#L79
All tasks should be named.
Python (cluster-aws-eks)
The job was canceled because "ansible-solr-container" failed.
Python (cluster-aws-eks)
The operation was canceled.
Python (hello-go-automation)
The job was canceled because "ansible-solr-container" failed.
Python (hello-go-automation)
The operation was canceled.
Go (hello-go)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Go (hello-go)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Go (hello-go-container)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Go (hello-go-container)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Python (ansible-solr-container)
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/
Python (ansible-solr-container)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
jinja[spacing]: 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
jinja[spacing]: roles/geerlingguy.docker/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ansible_distribution}}.yml -> {{ ansible_distribution }}.yml
jinja[spacing]: roles/geerlingguy.docker/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ansible_os_family}}.yml -> {{ ansible_os_family }}.yml