mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update main.yml
This commit is contained in:
parent
69e92481fc
commit
df79115f9d
@ -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 New Issue
Block a user