您最多选择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. ]