Check all stdout and replace them

This commit is contained in:
Dryusdan 2021-02-08 16:28:42 +01:00
parent 500afdacd0
commit a0a5ab9faf
1 changed files with 4 additions and 4 deletions

View File

@ -131,14 +131,14 @@
- upgrade
- name: Patch web-vault
shell: "git apply {{ item.home }}/bw_web_builds/patches/{{ webvault_version.stdout }}.patch"
shell: "git apply {{ item.item.home }}/bw_web_builds/patches/{{ item.stdout }}.patch"
args:
chdir: "{{ item.home }}/web-vault"
chdir: "{{ item.item.home }}/web-vault"
become: yes
become_user : "{{ item.name }}"
become_user : "{{ item.item.name }}"
become_method: su
become_flags: '-s /bin/bash'
loop: "{{ bitwarden }}"
loop: "{{ webvault_version.results }}"
tags:
- install
- upgrade