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.

9 line
205B

  1. [
  2. {% for swap in swap_devices %}
  3. {% if not swap.uuid is defined %}
  4. {% set swap = swap | combine({ 'uuid': _swap_devices_uuids.results[loop.index0].stdout }) %}
  5. {% endif %}
  6. {{swap|to_json}},
  7. {% endfor %}
  8. ]