Test dict logic #2
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
0ccb2dcdc7
commit
c23d4ac468
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user