From 63917722ff0a9d292aa012eaa2dfcc6baf15fcae Mon Sep 17 00:00:00 2001
From: lilly
Date: Thu, 6 Nov 2025 21:16:36 +0100
Subject: [PATCH] fix foobazdmx role
poetry is available via apt now so we install it that way
---
roles/foobazdmx/tasks/main.yaml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/roles/foobazdmx/tasks/main.yaml b/roles/foobazdmx/tasks/main.yaml
index f6e6097..33197b5 100644
--- a/roles/foobazdmx/tasks/main.yaml
+++ b/roles/foobazdmx/tasks/main.yaml
@@ -7,11 +7,7 @@
- python3
- python3-pip
- python3-setuptools
-
-- name: Ensure python peotry is installed
- become: true
- ansible.builtin.pip:
- name: poetry
+ - python3-poetry
- name: Ensure foobazdmx user exists
become: true