Distribute multiple image archives #717
Annotations
2 errors and 11 warnings
|
Lint
Process completed with exit code 2.
|
|
fqcn[action-core]:
roles/airgap/tasks/main.yml#L85
Use FQCN for builtin module actions (find).
|
|
var-naming[no-role-prefix]:
roles/k3s_server/tasks/main.yml#L8
Variables names from within roles should use k3s_server_ as a prefix. (set_fact: installed_k3s_version)
|
|
var-naming[no-role-prefix]:
roles/k3s_server/tasks/main.yml#L2
Variables names from within roles should use k3s_server_ as a prefix. (register: k3s_version_output)
|
|
var-naming[no-role-prefix]:
roles/k3s_agent/tasks/main.yml#L53
Variables names from within roles should use k3s_agent_ as a prefix. (set_fact: token)
|
|
var-naming[no-role-prefix]:
roles/k3s_agent/tasks/main.yml#L46
Variables names from within roles should use k3s_agent_ as a prefix. (register: _agent_config_result)
|
|
var-naming[no-role-prefix]:
roles/k3s_agent/tasks/main.yml#L8
Variables names from within roles should use k3s_agent_ as a prefix. (set_fact: installed_k3s_version)
|
|
var-naming[no-role-prefix]:
roles/k3s_agent/tasks/main.yml#L2
Variables names from within roles should use k3s_agent_ as a prefix. (register: k3s_version_output)
|
|
var-naming[no-role-prefix]:
roles/airgap/tasks/main.yml#L84
Variables names from within roles should use airgap_ as a prefix. (register: found_images)
|
|
var-naming[no-role-prefix]:
roles/airgap/tasks/main.yml#L56
Variables names from within roles should use airgap_ as a prefix. (register: selinux_copy)
|
|
var-naming[no-role-prefix]:
roles/airgap/tasks/main.yml#L37
Variables names from within roles should use airgap_ as a prefix. (set_fact: k3s_arch)
|
|
var-naming[no-role-prefix]:
roles/airgap/tasks/main.yml#L11
Variables names from within roles should use airgap_ as a prefix. (register: host_install_script)
|
|
Lint:
./.github/workflows/build.yml#L3
3:1 [truthy] truthy value should be one of [false, true]
|