From e47e38ce7e056b1758338bdd2425b2ac8636c6da Mon Sep 17 00:00:00 2001 From: Sebastian Luna-Valero Date: Tue, 17 Sep 2024 11:43:06 +0200 Subject: [PATCH] use python3-venv instead of python3.10-venv and do not install ansible with apt --- deploy/cloud-init.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy/cloud-init.yaml b/deploy/cloud-init.yaml index b388144..1deac98 100644 --- a/deploy/cloud-init.yaml +++ b/deploy/cloud-init.yaml @@ -13,11 +13,10 @@ users: packages: - git - - ansible - jq - python3-openstackclient - python3-pip - - python3.10-venv + - python3-venv - retry write_files: