diff --git a/tasks/main.yml b/tasks/main.yml index 1faade0..fb81025 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -50,12 +50,16 @@ ######################## - name: Clone cat repo + become: yes + become_user: "{{ cat_user }}" git: repo: https://git.zeus.gent/ZeusWPI/Cat.git dest: "{{ cat_git_destination }}" - name: Compile to jar + become: yes + become_user: "{{ cat_user }}" shell: lein uberjar args: chdir: "{{ cat_git_destination }}"