Commit 24a2a5d4 by e0d

Remove sudo user

parent e9352cdc
......@@ -7,6 +7,4 @@
dest={{ xqwatcher_data_dir }}/{{ item.COURSE }} repo={{ item.GIT_REPO }}
version={{ item.GIT_REF }}
ssh_opts="{{ xqwatcher_git_ssh_opts }}"
sudo: true
sudo_user: "{{ xqwatcher_user }}"
with_items: XQWATCHER_COURSES
......@@ -7,8 +7,6 @@
dest={{ xqwatcher_code_dir }} repo={{ xqwatcher_source_repo }} version={{ xqwatcher_version }}
accept_hostkey=yes
ssh_opts="{{ xqwatcher_git_ssh_opts }}"
sudo: true
sudo_user: "{{ xqwatcher_user }}"
- name: install application requirements
pip: >
......
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