feat: Ansible V3 K8S 워크플로우 추가 #1
ansible-v3-k8s.yml
on: pull_request
Ansible Syntax Check
46s
Ansible Deploy
0s
Annotations
10 errors
|
no-changed-when:
roles/calico/tasks/main.yml#L36
Commands should not change things if nothing needs doing.
|
|
fqcn[action-core]:
roles/calico/tasks/main.yml#L34
Use FQCN for builtin module actions (command).
|
|
partial-become[task]:
roles/calico/tasks/main.yml#L32
``become_user`` should have a corresponding ``become`` at the same level as itself.
|
|
no-changed-when:
roles/calico/tasks/main.yml#L32
Commands should not change things if nothing needs doing.
|
|
fqcn[action-core]:
roles/calico/tasks/main.yml#L17
Use FQCN for builtin module actions (copy).
|
|
risky-file-permissions:
roles/calico/tasks/main.yml#L15
File permissions unset or incorrect.
|
|
partial-become[task]:
roles/calico/tasks/main.yml#L15
``become_user`` should have a corresponding ``become`` at the same level as itself.
|
|
fqcn[action-core]:
roles/calico/tasks/main.yml#L8
Use FQCN for builtin module actions (command).
|
|
var-naming[no-role-prefix]:
roles/calico/tasks/main.yml#L6
Variables names from within roles should use calico_ as a prefix. (register: tigera_result)
|
|
partial-become[task]:
roles/calico/tasks/main.yml#L6
``become_user`` should have a corresponding ``become`` at the same level as itself.
|