Florian Ruynat
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
roles/kubernetes/preinstall/tasks/0010-swapoff.yml
|
@ -16,3 +16,4 @@ |
|
|
- name: Disable swap |
|
|
- name: Disable swap |
|
|
command: /sbin/swapoff -a |
|
|
command: /sbin/swapoff -a |
|
|
when: swapon.stdout |
|
|
when: swapon.stdout |
|
|
|
|
|
ignore_errors: "{{ ansible_check_mode }}" |