From 7576ef5445378fb0672ef8973c3d7376be4376e8 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Wed, 31 May 2023 14:57:29 +0200 Subject: [PATCH] Fix the yemllint errors Signed-off-by: Noah Knegt --- roles/setup/tasks/system/zsh.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/setup/tasks/system/zsh.yml b/roles/setup/tasks/system/zsh.yml index b5439a6..fd7a518 100644 --- a/roles/setup/tasks/system/zsh.yml +++ b/roles/setup/tasks/system/zsh.yml @@ -17,7 +17,7 @@ git: repo: https://github.com/zsh-users/zsh-syntax-highlighting.git dest: /home/noahk/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting - update: yes + update: true - name: Install zsh-autosuggestions become: true @@ -25,7 +25,7 @@ git: repo: https://github.com/zsh-users/zsh-autosuggestions.git dest: /home/noahk/.oh-my-zsh/custom/plugins/zsh-autosuggestions - update: yes + update: true - name: Install starship become: true