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 38f0644 Ansible: fix sudo yum install of django prereqs
38f0644 is described below
commit 38f06446f02c66cd835522e611ca08edb0bdff5c
Author: Marcus Christie <[email protected]>
AuthorDate: Tue Jan 7 11:22:59 2020 -0500
Ansible: fix sudo yum install of django prereqs
---
dev-tools/ansible/roles/django_setup/tasks/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tools/ansible/roles/django_setup/tasks/main.yml
b/dev-tools/ansible/roles/django_setup/tasks/main.yml
index e457d94..20e5d7f 100644
--- a/dev-tools/ansible/roles/django_setup/tasks/main.yml
+++ b/dev-tools/ansible/roles/django_setup/tasks/main.yml
@@ -27,7 +27,7 @@
- python36-devel
- mysql-devel
- gcc
- become_user: root
+ become: yes
- name: Create mod_wsgi directory
file: path={{ mod_wsgi_dir }} state=directory