Replace bitwarden_rs by vaultwarden

This commit is contained in:
Dryusdan 2021-04-30 10:37:12 +02:00
parent ade9813a33
commit aebba0b173
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
- name: Get bitwarden_rs version
uri:
url: https://api.github.com/repos/dani-garcia/bitwarden_rs/releases/latest
url: https://api.github.com/repos/dani-garcia/vaultwarden/releases/latest
method: GET
return_content: yes
status_code: 200
@ -88,7 +88,7 @@
- name: "Clone bitwarden_rs"
git:
repo: https://github.com/dani-garcia/bitwarden_rs.git
repo: https://github.com/dani-garcia/vaultwarden.git
dest: "{{ item.home }}/bitwarden_rs"
version: "{{ bitwarden_rs_github_repo.json.tag_name }}"
become: yes