summaryrefslogtreecommitdiff
path: root/roles/zsh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-12-11 01:06:27 +0100
committerChristian Pointner <equinox@spreadspace.org>2017-12-11 01:06:27 +0100
commit5796a352aa7b5396decbea1fbc9ef32378a71863 (patch)
tree270a648c5218c00ae0a837eb0323c32bd674d13d /roles/zsh
parentinitial config for thetys (diff)
greatly improved vm-install role
Diffstat (limited to 'roles/zsh')
-rw-r--r--roles/zsh/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/zsh/tasks/main.yaml b/roles/zsh/tasks/main.yaml
index 409274a9..c1d63b7a 100644
--- a/roles/zsh/tasks/main.yaml
+++ b/roles/zsh/tasks/main.yaml
@@ -20,7 +20,7 @@
shell: /bin/zsh
with_items: "{{ [ 'root' ] | union(zsh_loginshell_user | default([])) }}"
-- name: set zsh the default shell for adduser
+- name: make zsh the default shell for adduser
lineinfile:
regexp: '^#?DSHELL='
line: 'DSHELL=/bin/zsh'