Commit 7e67dd72 by Fred Smith

Merge pull request #1795 from edx/derf/include_git_ssh_in_environment

include git_ssh in git environment
parents 5581a8e5 84a505c1
...@@ -36,6 +36,8 @@ ...@@ -36,6 +36,8 @@
- name: git prune before checking out - name: git prune before checking out
shell: cd {{ edxapp_code_dir }} && git remote prune origin shell: cd {{ edxapp_code_dir }} && git remote prune origin
environment:
GIT_SSH: "{{ edxapp_git_ssh }}"
sudo_user: "{{ edxapp_user }}" sudo_user: "{{ edxapp_user }}"
notify: notify:
- "restart edxapp" - "restart edxapp"
......
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