From 30973771f404ab83382ab9635d9fb522d1a3090d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 2 Oct 2021 12:54:39 +0200 Subject: [PATCH] Do no install neovim PPA --- playbook.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/playbook.yml b/playbook.yml index 696b944..e0878f1 100644 --- a/playbook.yml +++ b/playbook.yml @@ -149,12 +149,6 @@ include_vars: file: packages.yml - - name: enable neovim ppa - apt_repository: - repo: 'ppa:neovim-ppa/stable' - update_cache: true - become: true - when: distro == 'ubuntu' - name: force-update iptables to iptables-nft on arch shell: pacman -Q iptables-nft || yes | pacman -S iptables-nft changed_when: false