Commit 14fe58fa by Max Rothman Committed by Max Rothman

Fix xqwatcher checking out code as wrong user

parent 4c9f8db0
......@@ -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