pull/199/head
Szymon Cader 4 years ago
parent 4d9cd6a9aa
commit a2321033f1
  1. 6
      molecule/default/prepare.yml

@ -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: