- instead of just `syspkgs` and `srcpkgs` add more lists - `appimages`, `flatpkgs` and others as they come up
12 lines
221 B
YAML
12 lines
221 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
version: v0.10.3
|
|
install_prefix: "{{ default_install_prefix }}"
|
|
install_dir: /opt/nvim
|
|
use_appimage: true
|
|
use_syspkg: true
|
|
build_type: Release
|
|
dobecome: true
|
|
owner: root
|
|
group: root
|