5 lines
102 B
Plaintext
5 lines
102 B
Plaintext
|
|
{% set combined_group = groups.hdfs %}
|
||
|
|
{% for dev_info in combined_group %}
|
||
|
|
{{dev_info}}
|
||
|
|
{% endfor %}
|