feat: K8S 매니페스트 Kustomize 전환 + ESO/ArgoCD 부트스트랩 구성 #27
ansible-v3-k8s.yml
on: pull_request
Ansible Syntax Check
45s
Ansible Deploy
0s
Annotations
10 errors and 1 warning
|
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)
|
|
fqcn[action-core]:
roles/argocd/tasks/main.yml#L46
Use FQCN for builtin module actions (shell).
|
|
var-naming[no-role-prefix]:
roles/argocd/tasks/main.yml#L45
Variables names from within roles should use argocd_ as a prefix. (register: app_apply)
|
|
risky-shell-pipe:
roles/argocd/tasks/main.yml#L45
Shells that use pipes should set the pipefail option.
|
|
fqcn[action-core]:
roles/argocd/tasks/main.yml#L39
Use FQCN for builtin module actions (command).
|
|
fqcn[action-core]:
roles/argocd/tasks/main.yml#L21
Use FQCN for builtin module actions (command).
|
|
fqcn[action-core]:
roles/argocd/tasks/main.yml#L16
Use FQCN for builtin module actions (command).
|
|
fqcn[action-core]:
roles/argocd/tasks/main.yml#L8
Use FQCN for builtin module actions (command).
|
|
var-naming[no-role-prefix]:
roles/argocd/tasks/main.yml#L7
Variables names from within roles should use argocd_ as a prefix. (register: repo_add)
|
|
Ansible Syntax Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/github-script@v7. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|