From 808c7013c484fec774e7960b98493dcc5f24067f Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Wed, 3 Aug 2022 10:29:27 +0200 Subject: [PATCH] Remove printf --- tasks/main.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 98ed5c5..ba9d169 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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: