Commit ce57e3f3 by Kevin Falcone

I needed this change in order to read config files

We didn't need this previously, so I'm a little concerned by it.
Tweaked as part of DEVOPS-5543
parent 7a751281
......@@ -36,6 +36,8 @@
vars:
python_path: /edx/bin/python.edxapp
manage_path: /edx/bin/manage.edxapp
become_user: www-data
become: true
tasks:
- name: Create a temp directory
shell: mktemp -d /tmp/ansible_xblock_config.XXXXX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment