From 194f503e8f347d603db788766e1e5dbba6b4e90d Mon Sep 17 00:00:00 2001 From: jens Date: Mon, 30 May 2022 08:16:05 +0000 Subject: [PATCH] Update 'tasks/main.yml' --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index c7b59e9..ed0e8c4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -10,13 +10,13 @@ - 'python3-psycopg2' - 'python3-gunicorn' - 'gunicorn' - - 'python3-whitenoise' state: 'present' - name: Install multi python packages pip: name: - bootstrap4 + - whitenoise - name: 'Create django user' user: