fix: resolve workflow configuration issues #40
ci.yml
on: push
Markdown Lint
5s
Verify Configuration
9s
Check Documentation Links
26s
Pre-commit Checks
20s
CI Success
2s
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.
|