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.

13 lines
181B

  1. --
  2. - name: swap
  3. mount:
  4. name: none
  5. src: UUID={{ item.uuid }}
  6. fstype: swap
  7. opts: sw
  8. passno: 0
  9. dump: 0
  10. state: present
  11. with_items: "{{ swap_devices }}"