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