install godo (#61906)

This commit is contained in:
Emmanuel Cazenave 2022-02-17 17:01:33 +01:00
parent da43ee2f28
commit f2905ce5f4
1 changed files with 9 additions and 0 deletions

View File

@ -18,6 +18,7 @@
- make
- memcached
- nginx
- npm
- pkg-config
- postgresql
- python3-apt
@ -182,6 +183,14 @@
virtualenv: "{{venv_py3}}"
version: "{{gadjo_version|default('main')}}"
- name: source install godo
include_tasks: install_source.yml
vars:
repo: "godo.js"
repo_dir: "{{ src_dir }}/godo.js"
virtualenv: "{{venv_py3}}"
version: "{{godo_version|default('main')}}"
- name: install python-memcached
pip:
name: python-memcached