Commit 84a505c1 by Fred Smith

include git_ssh in git environment

parent 890dcdee
......@@ -36,6 +36,8 @@
- name: git prune before checking out
shell: cd {{ edxapp_code_dir }} && git remote prune origin
environment:
GIT_SSH: "{{ edxapp_git_ssh }}"
sudo_user: "{{ edxapp_user }}"
notify:
- "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