Fix var reference;Housekeeping;Improve UX

This commit is contained in:
2023-01-25 10:28:28 +01:00
parent dd802e0620
commit e21b11a37a
13 changed files with 37 additions and 28 deletions

View File

@ -83,4 +83,4 @@
# mode: 0600
# loop: "{{ lookup('ansible.builtin.dict', components) | map(attribute='value.manifests') | list | select('defined') | flatten }}"
# loop_control:
# label: "{{ item.type + '/' + item.name }}"
# label: "{{ item.type ~ '/' ~ item.name }}"