From bb628256322dec6b354fe815f454e6674cd3832c Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 28 Aug 2018 08:22:50 +0200 Subject: [PATCH] force zshrc to be downloaded --- tasks/zsh.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/zsh.yml b/tasks/zsh.yml index e2f7e74..f1f6334 100644 --- a/tasks/zsh.yml +++ b/tasks/zsh.yml @@ -9,6 +9,7 @@ get_url: url: http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc dest: /etc/zsh/zshrc + force: yes backup: yes - name: Set shell for root to zsh