From 76f8480ce580734ffdac5c462242514c4910c9ee Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Sat, 25 Dec 2021 18:28:03 +0100 Subject: [PATCH] update oh-my-zsh --- local.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/local.yml b/local.yml index d661577..8504804 100644 --- a/local.yml +++ b/local.yml @@ -34,6 +34,7 @@ when: zsh_dir.stat.exists - name: install oh my zsh + become: true become_user: gianm when: not zsh_dir.stat.exists shell: sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"