diff --git a/tasks/main.yml b/tasks/main.yml index 5a61463..6dec2b9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -218,7 +218,7 @@ - name: Build web-vault shell: "npm run dist:oss:selfhost" args: - chdir: "{{ item.home }}/web-vault" + chdir: "{{ item.home }}/web-vault/apps/web" become: yes become_user : "{{ item.name }}" become_method: su