Test dict logic
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
2c000a143d
commit
0ccb2dcdc7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user