summaryrefslogtreecommitdiffstats
path: root/opnfv-theme/sphinx_opnfv_theme/my_custom_sidebar.html
blob: 6b259bc93cc40062ebebb1802a8e79f962bbf640 (plain)
1
2
3
<ul class="globaltoc">
{{ toctree(maxdepth=theme_globaltoc_depth|toint, collapse=False,includehidden=theme_globaltoc_includehidden|tobool) }}
</ul>
var: openstack_images - set_fact: images_to_clean: "{{ openstack_images|map(attribute='name')|select('search', 'yardstick|cirros|Ubuntu-14\\.04')|list }}" - debug: var: images_to_clean - name: Cleanup images os_image: state: absent name: "{{ item }}" with_items: "{{ images_to_clean }}" environment: "{{ openrc }}"