From 2db45a612bbd8e2d651833860e14d745ba7e25dc Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Sun, 12 Mar 2023 20:47:19 +0000 Subject: [PATCH] Disable platformio pip install without venv is not possible on bookworm. As I don't want to fix it now, let's remove it until I have time to fix it properly. --- packer/ansible/roles/fablab/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packer/ansible/roles/fablab/tasks/main.yml b/packer/ansible/roles/fablab/tasks/main.yml index 4702f08..40c6d9a 100644 --- a/packer/ansible/roles/fablab/tasks/main.yml +++ b/packer/ansible/roles/fablab/tasks/main.yml @@ -24,8 +24,8 @@ - import_tasks: prusa.yml tags: - fablab:prusa - - import_tasks: platformio.yml - tags: - - fablab:platformio +# - import_tasks: platformio.yml +# tags: +# - fablab:platformio tags: - fablab