fix: run post-deploy checks with bash
Deploy Cluster / Terraform (push) Successful in 28s
Deploy Cluster / Ansible (push) Failing after 12m17s

This commit is contained in:
2026-04-25 02:42:54 +00:00
parent bc87a7ca43
commit abb7578328
+1 -1
View File
@@ -624,7 +624,7 @@ jobs:
kubectl -n kube-system get pods -o wide kubectl -n kube-system get pods -o wide
kubectl -n tailscale-system get pods -o wide kubectl -n tailscale-system get pods -o wide
kubectl -n external-secrets get pods -o wide kubectl -n external-secrets get pods -o wide
' ' -e ansible_shell_executable=/bin/bash
env: env:
ANSIBLE_HOST_KEY_CHECKING: "False" ANSIBLE_HOST_KEY_CHECKING: "False"