feat: V3 K8S 매니페스트 + ECR Credential Provider + 설계 확정 #25
ansible-v3-k8s.yml
on: pull_request
Ansible Syntax Check
44s
Ansible Deploy
Annotations
10 errors
|
fqcn[action-core]:
roles/common/tasks/main.yml#L12
Use FQCN for builtin module actions (apt).
|
|
fqcn[action-core]:
roles/common/tasks/main.yml#L7
Use FQCN for builtin module actions (apt).
|
|
fqcn[action-core]:
roles/calico/tasks/main.yml#L37
Use FQCN for builtin module actions (command).
|
|
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#L32
Use FQCN for builtin module actions (command).
|
|
no-changed-when:
roles/calico/tasks/main.yml#L31
Commands should not change things if nothing needs doing.
|
|
fqcn[action-core]:
roles/calico/tasks/main.yml#L15
Use FQCN for builtin module actions (copy).
|
|
risky-file-permissions:
roles/calico/tasks/main.yml#L14
File permissions unset or incorrect.
|
|
fqcn[action-core]:
roles/calico/tasks/main.yml#L7
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)
|