From 9b93a59188770a457a330525d6cb1be2893e6847 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Fri, 21 Jul 2023 06:12:06 +0200 Subject: [PATCH] swap --- debian12-basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian12-basic.yml b/debian12-basic.yml index 3c817b2..1aacc55 100644 --- a/debian12-basic.yml +++ b/debian12-basic.yml @@ -3,7 +3,7 @@ hosts: all remote_user: root vars: - swapfile_size: 1 + swapfile_size: 1024 swapfile_path: /swapfile tasks: - name: Update all packages to their latest version