This commit is contained in:
Szymon Cader 2020-07-06 21:06:02 +02:00
parent 4d9cd6a9aa
commit a2321033f1
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@
- name: Install python packages
apt:
name:
- "python{{ '3' if ansible_python.version.major == 3 else '' }}-dev"
- "python{{ '3' if ansible_python.version.major == 3 else '' }}-setuptools"
- "python{{ '3' if ansible_python.version.major == 3 else '' }}-pip"
- "python{{ '3' if ansible_python.version.major == 3 else '' }}-dev"
- "python{{ '3' if ansible_python.version.major == 3 else '' }}-setuptools"
- "python{{ '3' if ansible_python.version.major == 3 else '' }}-pip"
- name: "Create directories"
file: