From c0dad4925fce980097194baf4f232ea6d0d59c4e Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 9 Apr 2024 19:01:46 +0100 Subject: [PATCH] Only install pynvim as user on Debian distros --- roles/neovim/tasks/Debian.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/neovim/tasks/Debian.yaml b/roles/neovim/tasks/Debian.yaml index 7b860e0..745070b 100644 --- a/roles/neovim/tasks/Debian.yaml +++ b/roles/neovim/tasks/Debian.yaml @@ -17,7 +17,6 @@ state: latest - name: install python provider pip package - become: true pip: name: pynvim state: latest