Commit ffea894a by Brian Beggs Committed by GitHub

Merge pull request #3839 from edx/revert-3825-bbeggs/ansible_permissions

Revert "chmod and chown the edx_ansible_venv_dir to make vagrant provision more reliable"
parents 03d28e2c 5beb143b
......@@ -10,16 +10,6 @@
- install
- install:code
- name: Ensure directory permissions for Install edx_ansible venv requirements
command: chmod -R 755 "{{ edx_ansible_venv_dir }}"
become: yes
become_user: root
- name: Ensure directory owner for Install edx_ansible venv requirements
command: chown -R "{{ edx_ansible_user }}" "{{ edx_ansible_venv_dir }}"
become: yes
become_user: root
- name: Install edx_ansible venv requirements
pip:
requirements: "{{ edx_ansible_requirements_file }}"
......
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