From 5072bf99a58f6a51271253b783618574b1b27f03 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 27 Jan 2022 21:02:12 +0100 Subject: [PATCH] add bat to root stow --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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