mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-13 04:32:28 +00:00
Merge pull request #12 from madonius/bugfix/version-python-installation-according-to-preferences
Use apropriate python version according to selected preference
This commit is contained in:
commit
aede785167
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
apt:
|
||||
name:
|
||||
- build-essential
|
||||
- python2.7-dev
|
||||
- "python{{ (matrix_synapse_python_version == '2') | ternary('2.7', '3') }}-dev"
|
||||
- libffi-dev
|
||||
- python-pip
|
||||
- python-setuptools
|
||||
|
|
Loading…
Reference in a new issue