revize
292fb7bdfc
1 změnil soubory, kde provedl 12 přidání a 0 odebrání
  1. +12
    -0
      tasks/main.yml

+ 12
- 0
tasks/main.yml Zobrazit soubor

@@ -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 }}"

Načítá se…
Zrušit
Uložit