Commit 0f71983c by Max Rothman

Merge pull request #1863 from edx/max/fix-xqwatcher-checkout-user

Fix xqwatcher checking out code as wrong user
parents 4c9f8db0 14fe58fa
......@@ -7,6 +7,7 @@
dest={{ xqwatcher_code_dir }} repo={{ xqwatcher_source_repo }} version={{ XQWATCHER_VERSION }}
accept_hostkey=yes
ssh_opts="{{ xqwatcher_git_ssh_opts }}"
sudo_user: "{{ xqwatcher_user }}"
register: xqwatcher_checkout
- name: install application requirements
......
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