summaryrefslogtreecommitdiff
path: root/tasks/dotfiles.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/dotfiles.yml')
-rw-r--r--tasks/dotfiles.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml
index cf64d9e..33a414c 100644
--- a/tasks/dotfiles.yml
+++ b/tasks/dotfiles.yml
@@ -1,5 +1,5 @@
-
- name: Stow dotfiles
- shell: cd dotfiles && for dir in *; do (stow $dir -t ~); done
+ ansible.builtin.shell: cd dotfiles && for dir in *; do (stow $dir -t ~); done
+ changed_when: true
tags:
- dotfiles