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

12 行
262B

  1. ---
  2. - name: generate swap device uuids
  3. local_action: command uuid -v4
  4. with_items: "{{filesystems}}"
  5. register: _swap_devices_uuids
  6. changed_when: false
  7. - name: set filesystems
  8. set_fact:
  9. swap_devices: "{{lookup('template','swap_devices.json.j2')}}"