diff --git a/tasks/main.yml b/tasks/main.yml index ae9091b..bc835b1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -39,7 +39,7 @@ when: config_download.changed == true - name: apply stow config on root - shell: stow --t /root zsh vim git + shell: stow --t /root zsh vim git bat args: chdir: /home/{{user.name}}/conf2 when: config_download.changed == true