commit 292fb7bdfc92450d09fcde2f18fd7c02783093e6 Author: Markus Katharina Brechtel Date: Tue May 30 22:43:54 2017 +0000 initial diff --git a/tasks/main.yml b/tasks/main.yml new file mode 100644 index 0000000..ff3a5bb --- /dev/null +++ b/tasks/main.yml @@ -0,0 +1,12 @@ +-- + +- name: swap + mount: + name: none + src: UUID={{ item.uuid }} + fstype: swap + opts: sw + passno: 0 + dump: 0 + state: present + with_items: "{{ swap_devices }}"