mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Update main.yml
This commit is contained in:
parent
69e92481fc
commit
df79115f9d
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
msg: "Cloud platform is {{ cloud.stdout}}"
|
||||
|
||||
- block:
|
||||
- name: Close swap Space
|
||||
command: swapoff -a
|
||||
|
||||
- name: Create swap Space
|
||||
command: dd if=/dev/zero of=/mnt/swap bs=256M count=8
|
||||
|
||||
|
|
Loading…
Reference in a new issue