You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/01/30 18:10:27 UTC

[airavata] branch master updated: Ansible: django OS library dependencies

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new 334e72c  Ansible: django OS library dependencies
334e72c is described below

commit 334e72cb51793ff61b0fcf001dc10974bbbc23e5
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jan 30 13:10:12 2020 -0500

    Ansible: django OS library dependencies
---
 dev-tools/ansible/roles/django_setup/tasks/main.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/roles/django_setup/tasks/main.yml b/dev-tools/ansible/roles/django_setup/tasks/main.yml
index 11eb1d4..408c8be 100644
--- a/dev-tools/ansible/roles/django_setup/tasks/main.yml
+++ b/dev-tools/ansible/roles/django_setup/tasks/main.yml
@@ -27,6 +27,8 @@
     - python36-devel
     - mysql-devel
     - gcc
+    - zlib-devel
+    - openssl-devel
   become: yes
 
 - name: Create mod_wsgi directory