From a794dcd037acd4ed4c83e0d854943f7b192fe8cf Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Thu, 6 Nov 2025 21:38:24 +0000 Subject: [PATCH] Update roles/stolon/tasks/main.yml --- roles/stolon/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/stolon/tasks/main.yml b/roles/stolon/tasks/main.yml index c0c5ca5..9d0d1ee 100644 --- a/roles/stolon/tasks/main.yml +++ b/roles/stolon/tasks/main.yml @@ -65,6 +65,6 @@ become_user: fenix shell: | kubectl run -i -n=postgresql -t stolonctl --image=sorintlab/stolon:master-pg15 --restart=Never --rm -- /usr/local/bin/stolonctl --cluster-name=kube-stolon --store-backend=kubernetes --kube-resource-kind=configmap init - when: stolon_cluster_check.rc != 0environment: + when: stolon_cluster_check.rc != 0 environment: KUBECONFIG: /home/fenix/.kube/config \ No newline at end of file