Delete debugging;Copy dict
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2022-04-25 22:12:17 +02:00
parent c23d4ac468
commit 9df55a5892
1 changed files with 3 additions and 2 deletions

View File

@ -180,8 +180,9 @@
- applications.k3s.yml
tasks:
- ansible.builtin.debug:
msg: "{{ ( lookup('dict', hostvars) )[0] }}"
- name: Retrieve cluster dict from initial node
ansible.builtin.set_fact:
cluster: "{{ ( lookup('dict', hostvars) )[0].cluster }}"
- name: Add Helm chart repositories
kubernetes.core.helm_repository: