@ -8,6 +8,11 @@
- swap
- none
# kubelet fails even if ansible_swaptotal_mb = 0
- name: check swap
command: /sbin/swapon -s
register: swapon
changed_when: no
- name: Disable swap
command: swapoff -a
when: ansible_swaptotal_mb > 0
command: /sbin/swapoff -a
when: swapon.stdout != ""