Skip to content

Commit

Permalink
winPB: Add 'changed_when: false' to shell tasks (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Willsparker authored Jun 13, 2022
1 parent 27adbe4 commit 5738c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
when:
- not local_vendor_files.stat.exists
run_once: true
changed_when: false

- name: Generate list of remote vendor_files
command: dotgpg cat {{ item }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
args:
executable: powershell
register: powershell_output
changed_when: false
tags: WMF

- name: Get WMF 5.1 Packages
Expand Down

0 comments on commit 5738c19

Please sign in to comment.