We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0035b8e + 0b7d55b commit 3a76e9bCopy full SHA for 3a76e9b
roles/cephadm/templates/cluster.yml.j2
@@ -22,7 +22,9 @@ labels:
22
- ingress
23
{% endif %}
24
{% if hostvars[host].get('cephadm_host_labels', []) | length > 0 %}
25
-{{ hostvars[host].get('cephadm_host_labels', []) }}
+{% for label in hostvars[host].cephadm_host_labels %}
26
+ - {{ label }}
27
+{% endfor %}
28
29
{% endfor %}
30
---
0 commit comments