From 35d8e39eb4e2d6f73f040b3bcf6474267989c7ca Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 28 Aug 2018 07:54:36 +0200 Subject: [PATCH] download grml to /etc/zsh/zshrc --- tasks/zsh.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/zsh.yml b/tasks/zsh.yml index daa0b70..e2f7e74 100644 --- a/tasks/zsh.yml +++ b/tasks/zsh.yml @@ -5,6 +5,12 @@ dest: /etc/zsh/newuser.zshrc.recommended backup: yes +- name: download default grml configuration + get_url: + url: http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc + dest: /etc/zsh/zshrc + backup: yes + - name: Set shell for root to zsh user: name: root