From 1925100589f577dcdf2262b8e65ab8fc32578d6c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 19 Sep 2024 16:16:24 -0400 Subject: [PATCH] Add gunicorn install to update playbook --- oneshot/update-pvc-daemons.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oneshot/update-pvc-daemons.yml b/oneshot/update-pvc-daemons.yml index 03056bd..b88bce2 100644 --- a/oneshot/update-pvc-daemons.yml +++ b/oneshot/update-pvc-daemons.yml @@ -46,6 +46,9 @@ autoremove: yes autoclean: yes package: + - gunicorn + - python3-gunicorn + - python3-setuptools - pvc-client-cli - pvc-daemon-common - pvc-daemon-api