Skip to content

Correct lint issues (#17) #48

Correct lint issues (#17)

Correct lint issues (#17) #48

Triggered via push July 1, 2024 12:25
Status Failure
Total duration 1m 15s
Billable time 2m
Artifacts

ansible-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
yaml[comments]: .github/workflows/updateChangelog.yml#L19
Missing starting space in comment
yaml[trailing-spaces]: .gitlab-ci.yml#L6
Trailing spaces
yaml[trailing-spaces]: .gitlab-ci.yml#L11
Trailing spaces
yaml[indentation]: .gitlab-ci.yml#L51
Wrong indentation: expected 4 but found 2
yaml[empty-lines]: .gitlab-ci.yml#L60
Too many blank lines (1 > 0)
galaxy[tags]: galaxy.yml#L1
galaxy.yaml must have one of the required tags: ['application', 'cloud', 'database', 'eda', 'infrastructure', 'linux', 'monitoring', 'networking', 'security', 'storage', 'tools', 'windows']
schema[meta-runtime]: meta/runtime.yml#L1
$ None is not of type 'object'. See https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_structure.html#meta-directory
run-once[task]: playbooks/download_packages_gateway.yml#L12
Using run_once may behave differently if strategy is set to free.
run-once[task]: playbooks/download_packages_iag.yml#L12
Using run_once may behave differently if strategy is set to free.
yaml[line-length]: .gitlab-ci.yml#L48
Line too long (178 > 160 characters)
var-naming[no-role-prefix]: roles/common_vars/defaults/main/iap.yml#L7
Variables names from within roles should use common_vars_ as a prefix. (vars: itential_root_ca_file_destination)
var-naming[no-role-prefix]: roles/common_vars/defaults/main/main.yml#L6
Variables names from within roles should use common_vars_ as a prefix. (vars: itential_release_file)
var-naming[no-role-prefix]: roles/common_vars/defaults/main/main.yml#L13
Variables names from within roles should use common_vars_ as a prefix. (vars: install_yum_repos)
var-naming[no-role-prefix]: roles/common_vars/defaults/main/main.yml#L16
Variables names from within roles should use common_vars_ as a prefix. (vars: configure_vault)
var-naming[no-role-prefix]: roles/common_vars/defaults/main/main.yml#L19
Variables names from within roles should use common_vars_ as a prefix. (vars: offline_install)
var-naming[no-role-prefix]: roles/common_vars/defaults/main/main.yml#L22
Variables names from within roles should use common_vars_ as a prefix. (vars: itential_packages_path)
var-naming[no-role-prefix]: roles/common_vars/defaults/main/main.yml#L23
Variables names from within roles should use common_vars_ as a prefix. (vars: rpms_path)
var-naming[no-role-prefix]: roles/common_vars/defaults/main/main.yml#L24
Variables names from within roles should use common_vars_ as a prefix. (vars: wheels_path)
var-naming[no-role-prefix]: roles/common_vars/defaults/main/main.yml#L25
Variables names from within roles should use common_vars_ as a prefix. (vars: archives_path)