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