From 74c2df1e66639f8245c7d136b1ab8751b5d51f18 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Mon, 25 Apr 2022 19:16:46 +0200 Subject: [PATCH] Change task from parallel to sequential --- playbook.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbook.yml b/playbook.yml index 01243da..2598aaa 100644 --- a/playbook.yml +++ b/playbook.yml @@ -165,8 +165,7 @@ environment: K3S_TOKEN: "{{ cluster.token }}" # (hostvars[ansible_play_hosts[0]]).cluster.token K3S_URL: "{{ 'https://' + ( cluster.virtualip | ansible.utils.ipaddr('address') ) + ':6443' }}" - loop_control: - pause: 60 + throttle: 1 rescue: - ansible.builtin.debug: