Enable neovim PPA on ubuntu

This commit is contained in:
2018-02-08 21:45:19 +01:00
parent bb63b50587
commit 192d26ff08

View File

@@ -25,6 +25,12 @@
include_vars:
file: packages.yml
- name: enable neovim ppa
apt_repository:
repo: 'ppa:neovim-ppa/stable'
update_cache: true
become: true
when: distro == 'ubuntu'
- set_fact:
defined_packages: "{{ packages|json_query('keys(list)') }}"