From 1931efd9965b15644d470b0d67d58edf2b17383c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Loli=C3=A9e?= Date: Mon, 29 Jun 2015 10:12:04 +0200 Subject: [PATCH] fix: Create .zshrc and .zfunctions even if not define as default user shell --- tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index db6999f..cbce16a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -30,7 +30,6 @@ owner={{ item.key }} dest=~{{ item.key }}/.zshrc with_dict: __users__ | default({}) - when: (item.value.has_key('zsh_default_shell') and item.value.zsh_default_shell) - name: Check for .zfunctions directory. file: @@ -39,7 +38,6 @@ owner={{ item.key }} dest=~{{ item.key }}/.zfunctions with_dict: __users__ | default({}) - when: (item.value.has_key('zsh_default_shell') and item.value.zsh_default_shell) - name: Upload zfunctions files copy: