Skip to content

fix: resolve workflow configuration issues #40

fix: resolve workflow configuration issues

fix: resolve workflow configuration issues #40

Triggered via push November 1, 2025 00:32
Status Failure
Total duration 1m 14s
Artifacts

ci.yml

on: push
Shellcheck
5s
Shellcheck
Ansible Lint
51s
Ansible Lint
Markdown Lint
5s
Markdown Lint
Verify Configuration
9s
Verify Configuration
Check Documentation Links
26s
Check Documentation Links
Pre-commit Checks
20s
Pre-commit Checks
Test on macOS
0s
Test on macOS
Test on Ubuntu
0s
Test on Ubuntu
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Pre-commit Checks
Process completed with exit code 3.
var-naming[no-role-prefix]: ansible/roles/git/tasks/main.yml#L261
Variables names from within roles should use git_ as a prefix. (register: precommit_check)
key-order[task]: ansible/roles/git/tasks/main.yml#L259
You can improve the task key order to: name, tags, block
var-naming[no-role-prefix]: ansible/roles/git/tasks/main.yml#L229
Variables names from within roles should use git_ as a prefix. (register: ssh_key_check)
key-order[task]: ansible/roles/git/tasks/main.yml#L227
You can improve the task key order to: name, tags, block
var-naming[no-role-prefix]: ansible/roles/git/tasks/main.yml#L200
Variables names from within roles should use git_ as a prefix. (register: gpg_key_check)
risky-shell-pipe: ansible/roles/git/tasks/main.yml#L200
Shells that use pipes should set the pipefail option.
key-order[task]: ansible/roles/git/tasks/main.yml#L198
You can improve the task key order to: name, tags, block
var-naming[no-role-prefix]: ansible/roles/git/tasks/main.yml#L149
Variables names from within roles should use git_ as a prefix. (register: ssh_key_stat)
schema[meta]: ansible/roles/git/meta/main.yml#L1
$.galaxy_info.platforms[1].versions[0] '20.04' is not one of ['6.1', '7.1', '7.2', 'all']. See https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#using-role-dependencies
var-naming[no-role-prefix]: ansible/roles/git/defaults/main.yml#L168
Variables names from within roles should use git_ as a prefix. (vars: configure_git)
CI Success
Process completed with exit code 1.