From 2b56cfa34fcfc77032ba27055776035de47854d4 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 10 Jun 2019 18:58:45 +0200 Subject: [PATCH] Fix: remove fisher update --- tasks/dotfiles.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index 5e45752..df4c724 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -80,11 +80,6 @@ when: prompt == 'fish' register: fishplugin -- name: Run fisher update - shell: fisher - become_user: "{{ me }}" - when: fishconfig.changed or fishplugin.changed - # Vim config - name: Copy .vim/ copy: