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 e61bbc3 + 71beb21 commit ed42550Copy full SHA for ed42550
templates/pool.xml.j2
@@ -1,6 +1,8 @@
1
<pool type='{{ item.type }}'>
2
<name>{{ item.name }}</name>
3
+ {% if 'capacity' in item %}
4
<capacity>{{ item.capacity }}</capacity>
5
+ {% endif %}
6
<target>
7
<path>{{ item.path | default('placeholder_value') }}</path>
8
</target>
0 commit comments