Do no install neovim PPA

This commit is contained in:
2021-10-02 12:54:39 +02:00
parent 2668f4ffad
commit ab75df4095

View File

@@ -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