fix usage of var matrix_virtualenv_command
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
165c599fa1
commit
32f7978656
@ -19,7 +19,7 @@
|
||||
pip:
|
||||
name: "{{ item }}"
|
||||
virtualenv: "{{ matrix_virtualenv }}"
|
||||
virtualenv_command: "{{ /usr/bin/python3 -m venv }}"
|
||||
virtualenv_command: "{{ matrix_virtualenv_command }}"
|
||||
extra_args: --upgrade
|
||||
loop:
|
||||
- pip
|
||||
@ -30,14 +30,14 @@
|
||||
name: matrix-synapse[all]
|
||||
version: "{{ matrix_version }}"
|
||||
virtualenv: "{{ matrix_virtualenv }}"
|
||||
virtualenv_command: "{{ /usr/bin/python3 -m venv }}"
|
||||
virtualenv_command: "{{ matrix_virtualenv_command }}"
|
||||
notify: __matrix_restart
|
||||
|
||||
- name: Install ldap3 auth provider
|
||||
pip:
|
||||
name: "matrix-synapse-ldap3"
|
||||
virtualenv: "{{ matrix_virtualenv }}"
|
||||
virtualenv_command: "{{ /usr/bin/python3 -m venv }}"
|
||||
virtualenv_command: "{{ matrix_virtualenv_command }}"
|
||||
when: matrix_ldap_auth_enabled | bool
|
||||
|
||||
- name: Deploy existing signing key
|
||||
|
Loading…
Reference in New Issue
Block a user