Commit b82b0b54 by e0d

Merge pull request #722 from edx/e0d/idempotent-chmod

change to chmod as privileged user.
parents 2caddc7f c17adfd8
...@@ -264,7 +264,6 @@ ...@@ -264,7 +264,6 @@
# root access. # root access.
- name: give other read permissions to the virtualenv - name: give other read permissions to the virtualenv
command: chmod -R o+r "{{ edxapp_venv_dir }}" command: chmod -R o+r "{{ edxapp_venv_dir }}"
sudo_user: "{{ edxapp_user }}"
notify: notify:
- "restart edxapp" - "restart edxapp"
- "restart edxapp_workers" - "restart edxapp_workers"
......
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