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.
1 parent 0f10691 commit ad8130aCopy full SHA for ad8130a
templates/pool.xml.j2
@@ -1,6 +1,8 @@
1
<pool type='{{ item.type }}'>
2
<name>{{ item.name }}</name>
3
+ {% if item | selectattr('capacity', 'defined') | list %}
4
<capacity>{{ item.capacity }}</capacity>
5
+ {% endif %}
6
<target>
7
<path>{{ item.path | default('placeholder_value') }}</path>
8
</target>
0 commit comments