aboutsummaryrefslogtreecommitdiffstats
path: root/roles/_workstation/dotfiles/tasks/main.yml
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2022-12-29 15:42:32 +0100
committerRomain Gonçalves <me@rgoncalves.se>2022-12-29 15:54:09 +0100
commit1dcac3ff16b9d2d8c0d637d55d75239d86f1f11d (patch)
tree21df823719fa23d2ed37dca518ac699d61c42606 /roles/_workstation/dotfiles/tasks/main.yml
parentcadc8824e093f37c36263b2aefba3cd680389f0b (diff)
downloadrules-1dcac3ff16b9d2d8c0d637d55d75239d86f1f11d.tar.gz
refactor(roles/_workstation): enforce changed_when statements
Diffstat (limited to 'roles/_workstation/dotfiles/tasks/main.yml')
-rw-r--r--roles/_workstation/dotfiles/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/_workstation/dotfiles/tasks/main.yml b/roles/_workstation/dotfiles/tasks/main.yml
index 4b11e3c..50f8d54 100644
--- a/roles/_workstation/dotfiles/tasks/main.yml
+++ b/roles/_workstation/dotfiles/tasks/main.yml
@@ -25,3 +25,4 @@
when:
- dotfiles_bootstrap_result.stat.exists
- dotfiles_bootstrap_result.stat.executable
+ changed_when: false
remember that computers suck.