libvirt_pool: name: airship path: "/var/lib/airship" pool_action: create libvirt_pool_template_default: | {{ libvirt_pool.name }} {% if 'capacity' in libvirt_pool %} {{ libvirt_pool.capacity }} {% endif %} {{ libvirt_pool.path | default('placeholder_value') }}