install publik-django-templatetags (#64806)

This commit is contained in:
Lauréline Guérin 2022-05-03 15:52:23 +02:00
parent c8d432f19e
commit 708f8c3f6e
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 11 additions and 0 deletions

View File

@ -201,6 +201,17 @@
tags:
- source
- name: source install publik-django-templatetags
include_tasks: install_source.yml
vars:
repo: "publik-django-templatetags"
repo_dir: "{{ src_dir }}/publik-django-templatetags"
virtualenv: "{{venv_py3}}"
version: "{{publik_django_templatetags_version|default('main')}}"
tags:
- source
- name: install python-memcached
pip:
name: python-memcached