Test dict logic #2
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2022-04-25 21:59:35 +02:00
parent 0ccb2dcdc7
commit c23d4ac468
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@
tasks:
- ansible.builtin.debug:
msg: "{{ ( lookup('dict', hostvars) ).key }}"
msg: "{{ ( lookup('dict', hostvars) )[0] }}"
- name: Add Helm chart repositories
kubernetes.core.helm_repository: