You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [
- {% for swap in swap_devices %}
- {% if not swap.uuid is defined %}
- {% set swap = swap | combine({ 'uuid': _swap_devices_uuids.results[loop.index0].stdout }) %}
- {% endif %}
- {{swap|to_json}},
- {% endfor %}
- ]
|