From 08ecd1e88a3acff22d8b314172788439067825d9 Mon Sep 17 00:00:00 2001 From: Arthur Outhenin-Chalandre Date: Fri, 19 May 2023 21:50:34 +0200 Subject: [PATCH] tests: increase ubuntu22 ram to allow molecule creation Signed-off-by: Arthur Outhenin-Chalandre --- roles/bootstrap-os/molecule/default/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bootstrap-os/molecule/default/molecule.yml b/roles/bootstrap-os/molecule/default/molecule.yml index aa4bd1b6ce6..3e89ec26d08 100644 --- a/roles/bootstrap-os/molecule/default/molecule.yml +++ b/roles/bootstrap-os/molecule/default/molecule.yml @@ -16,7 +16,7 @@ platforms: - name: ubuntu22 box: generic/ubuntu2204 cpus: 1 - memory: 512 + memory: 1024 - name: centos7 box: centos/7 cpus: 1