fix packages
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
---
|
||||
- name: Append to appimages
|
||||
when:
|
||||
- nvim.method == 'appimage'
|
||||
- neovim.method == 'appimage'
|
||||
ansible.builtin.set_fact:
|
||||
pkg_appimage: "{{ pkg_appimage + ['neovim'] }}"
|
||||
|
||||
- name: Append neovim to pkg_sys
|
||||
when:
|
||||
- nvim.method == 'sys'
|
||||
- neovim.method == 'sys'
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + ['neovim'] }}"
|
||||
|
||||
Reference in New Issue
Block a user