aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/tasks/shell.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/workstation/tasks/shell.yml')
-rw-r--r--roles/workstation/tasks/shell.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/roles/workstation/tasks/shell.yml b/roles/workstation/tasks/shell.yml
deleted file mode 100644
index 42b134c..0000000
--- a/roles/workstation/tasks/shell.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-- name: retrieve zsh path # noqa no-changed-when command-instead-of-shell
- shell: command -v zsh
- register: zsh_path
-
-- name: ensure zsh is used for workstation user
- user:
- name: "{{ workstation_user }}"
- shell: "{{ zsh_path.stdout_lines[0] }}"
remember that computers suck.