Replace web repo by clients repo

This commit is contained in:
Dryusdan 2022-08-03 10:08:22 +02:00
parent cad6d60659
commit bd91a82a31
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
tags:
- install
- name: Get bitwarden_rs version
- name: Get vaultwarden version
uri:
url: https://api.github.com/repos/dani-garcia/vaultwarden/releases/latest
method: GET
@ -125,9 +125,9 @@
- name: "Clone bitwarden web"
git:
repo: https://github.com/bitwarden/web.git
repo: https://github.com/bitwarden/clients.git
dest: "{{ item.item.home }}/web-vault"
version: "{{ item.stdout }}"
version: "web-{{ item.stdout }}"
become: yes
become_user : "{{ item.item.name }}"
become_method: su