add more for Alpine
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- ansible.builtin.set_fact:
|
||||
neovide_cargoversioned:
|
||||
name: neovide
|
||||
version: "{{ pkgconfig_neovide.version }}"
|
||||
path: "{{ pkgconfig_neovide.install_prefix }}"
|
||||
- ansible.builtin.set_fact:
|
||||
cargoversioned: "{{ cargoversioned + [neovide_cargoversioned] }}"
|
||||
|
||||
- name: ensure directories exist
|
||||
- name: Ensure directories exist
|
||||
ansible.builtin.file:
|
||||
state: directory
|
||||
path: "{{ pkgconfig_neovide.install_prefix }}/{{ _dir }}"
|
||||
|
||||
Reference in New Issue
Block a user