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: