pull/199/head
Szymon Cader 4 years ago
parent a2321033f1
commit b13220ab36
  1. 7
      molecule/default/prepare.yml
  2. 7
      tasks/main.yml

@ -12,6 +12,13 @@
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:

@ -14,13 +14,6 @@
- always
# Setup/install tasks.
- name: Install cryptography python library
pip:
name: cryptography
state: forcereinstall
tags:
- nginx
- include_tasks: setup-RedHat.yml
when: ansible_os_family == 'RedHat'
tags: