summaryrefslogtreecommitdiff
path: root/roles/zsh
diff options
context:
space:
mode:
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'