From 15f013e74e5f4e30b2ec1f7115b80210639f0ce0 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 30 Aug 2023 15:06:52 -0400 Subject: [PATCH] Fix bad delegate_to --- oneshot/upgrade-pvc-cluster_deb12.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/oneshot/upgrade-pvc-cluster_deb12.yml b/oneshot/upgrade-pvc-cluster_deb12.yml index 96b07f8..2385bc0 100644 --- a/oneshot/upgrade-pvc-cluster_deb12.yml +++ b/oneshot/upgrade-pvc-cluster_deb12.yml @@ -529,8 +529,7 @@ - name: set first node as primary coordinator command: "pvc node primary --wait" run_once: yes - delegate_to: "{{ item }}" - loop: "{{ ansible_play_hosts[0] }}" + delegate_to: "{{ ansible_play_hosts[0] }}" - name: unset PVC maintenance mode command: pvc cluster maintenance off