pull/199/head
Szymon Cader 4 years ago
parent b13220ab36
commit 7397e04eb0
  1. 14
      molecule/default/prepare.yml

@ -12,13 +12,6 @@
when: ansible_os_family == 'Debian'
changed_when: false
- name: Install cryptography python library
pip:
name: cryptography
state: forcereinstall
tags:
- nginx
- name: Install python packages
apt:
name:
@ -26,6 +19,13 @@
- "python{{ '3' if ansible_python.version.major == 3 else '' }}-setuptools"
- "python{{ '3' if ansible_python.version.major == 3 else '' }}-pip"
- name: Install cryptography python library
pip:
name: cryptography
state: forcereinstall
tags:
- nginx
- name: "Create directories"
file:
path: /var/www/{{ item }}