diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-12-29 15:42:32 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-12-29 15:54:09 +0100 |
commit | 1dcac3ff16b9d2d8c0d637d55d75239d86f1f11d (patch) | |
tree | 21df823719fa23d2ed37dca518ac699d61c42606 /roles/_workstation/dotfiles/tasks | |
parent | cadc8824e093f37c36263b2aefba3cd680389f0b (diff) | |
download | rules-1dcac3ff16b9d2d8c0d637d55d75239d86f1f11d.tar.gz |
refactor(roles/_workstation): enforce changed_when statements
Diffstat (limited to 'roles/_workstation/dotfiles/tasks')
-rw-r--r-- | roles/_workstation/dotfiles/tasks/main.yml | 1 |
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 |