From cdb1ee651123c6001790173514abfb3be68219b2 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 1 Sep 2014 14:04:00 -0700 Subject: [PATCH] [meta] Allow for a user that isn't me --- ansible/roles/dotfiles/tasks/prezto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/dotfiles/tasks/prezto.yml b/ansible/roles/dotfiles/tasks/prezto.yml index cedd96f..7133f4a 100644 --- a/ansible/roles/dotfiles/tasks/prezto.yml +++ b/ansible/roles/dotfiles/tasks/prezto.yml @@ -9,5 +9,5 @@ dest: "{{ ansible_env.HOME}}/.{{ item }}" state: link with_lines: ls ~/.zprezto/runcoms | grep -v README.md -- command: chsh -s zsh alpha +- command: chsh -s zsh {{ ansible_env.USER }} sudo: True