summaryrefslogtreecommitdiff
path: root/roles/zsh/vars/Debian.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/zsh/vars/Debian.yml')
-rw-r--r--roles/zsh/vars/Debian.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/roles/zsh/vars/Debian.yml b/roles/zsh/vars/Debian.yml
deleted file mode 100644
index 7138fd2f..00000000
--- a/roles/zsh/vars/Debian.yml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-zsh_banner_shell: /bin/bash
-zsh_bin_path: /bin/zsh
-zsh_conf_base_dir: /etc/zsh
-
-zsh_default_shell_lineinfile:
- /etc/default/useradd:
- regexp: '^#?SHELL='
- line: 'SHELL=/bin/zsh'
- /etc/adduser.conf:
- regexp: '^#?DSHELL='
- line: 'DSHELL=/bin/zsh'