Update main.yml

This commit is contained in:
qiaofeng1227 2023-03-06 15:21:18 +08:00 committed by GitHub
parent 69e92481fc
commit df79115f9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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