Remove printf

This commit is contained in:
Dryusdan 2022-08-03 10:29:27 +02:00
parent 91f0ec739e
commit 808c7013c4
1 changed files with 0 additions and 13 deletions

View File

@ -215,19 +215,6 @@
- install
- upgrade
- name: Install npm dependancies
shell: "printf '{\"version":"%s\"}' $(git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' https://github.com/dani-garcia/bw_web_builds.git 'v*' | tail -n1 | sed -E 's#.*?refs/tags/v##') > build/vw-version.json"
args:
chdir: "{{ item.home }}/web-vault/apps/web"
become: yes
become_user : "{{ item.name }}"
become_method: su
become_flags: '-s /bin/bash'
loop: "{{ bitwarden }}"
tags:
- install
- upgrade
- name: Build web-vault
shell: "npm run dist"
args: