diff --git a/playbook.yml b/playbook.yml index b7d7673..b574f38 100644 --- a/playbook.yml +++ b/playbook.yml @@ -160,9 +160,6 @@ retries: 3 delay: 30 - - ansible.builtin.debug: - var: cluster - - block: - name: Additional nodes -- Install K3s binary @@ -184,9 +181,7 @@ tasks: - ansible.builtin.debug: - var: cluster - - ansible.builtin.debug: - var: hostvars + msg: "{{ ( lookup('dict', hostvars) ).key }}" - name: Add Helm chart repositories kubernetes.core.helm_repository: