Disable swap
This commit is contained in:
@@ -2,11 +2,15 @@
|
||||
include:
|
||||
- softwares.docker-ce
|
||||
|
||||
Disable Swap:
|
||||
Disable Swap mount:
|
||||
mount.unmounted:
|
||||
- name: none
|
||||
- persist: True
|
||||
|
||||
Disable Swap now:
|
||||
cmd.run:
|
||||
- name: 'swapoff -a'
|
||||
|
||||
Remove K8S Repository:
|
||||
file.absent:
|
||||
- names:
|
||||
|
||||
Reference in New Issue
Block a user