From 3fa976c83ebfc150f3ca38dab5c62ce730275344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= <j.l.k@gmx.com> Date: Mon, 14 Jun 2021 08:13:31 +0200 Subject: [PATCH] Update archmanweb to v1.2 Co-authored-by: Kristian Klausen <kristian@klausen.dk> --- playbooks/man.archlinux.org.yml | 2 +- roles/archmanweb/tasks/main.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/man.archlinux.org.yml b/playbooks/man.archlinux.org.yml index 88cb01a43..63a2cc90d 100644 --- a/playbooks/man.archlinux.org.yml +++ b/playbooks/man.archlinux.org.yml @@ -17,4 +17,4 @@ - { role: promtail } - { role: postgres } - { role: uwsgi } - - { role: archmanweb, archmanweb_version: 'v1.1' } + - { role: archmanweb, archmanweb_version: 'v1.2' } diff --git a/roles/archmanweb/tasks/main.yml b/roles/archmanweb/tasks/main.yml index bf13894fe..b4897d107 100644 --- a/roles/archmanweb/tasks/main.yml +++ b/roles/archmanweb/tasks/main.yml @@ -15,6 +15,7 @@ - pyalpm - python-chardet - python-django + - python-django-csp - python-psycopg2 - python-requests - python-xtarfile -- GitLab