選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
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. ]