remove extra build pkgs
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
---
|
||||
- name: add dotenv-linter to cargopkgs
|
||||
ansible.builtin.set_fact:
|
||||
cargopkgs: "{{ cargopkgs + ['dotenv-linter'] }}"
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
- name: add eza to cargopkgs
|
||||
ansible.builtin.set_fact:
|
||||
cargopkgs: "{{ cargopkgs + ['eza'] }}"
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
- name: add htmx-lsp to cargopkgs
|
||||
ansible.builtin.set_fact:
|
||||
cargopkgs: "{{ cargopkgs + ['htmx-lsp'] }}"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
- name: add starship to cargopkgs
|
||||
ansible.builtin.set_fact:
|
||||
cargopkgs: "{{ cargopkgs + ['starship'] }}"
|
||||
|
||||
@@ -1,25 +1,15 @@
|
||||
---
|
||||
- name: build and install neovide
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
cmd:
|
||||
- cargo
|
||||
- install
|
||||
- --root
|
||||
- "{% if ansible_os_family != 'Linux' %}.{% else %}{{ pkgconfig.neovide.install_prefix }}{% endif %}"
|
||||
- --git
|
||||
- "{{ pkgconfig.neovide.git_repo }}"
|
||||
- --tag
|
||||
- "{{ pkgconfig.neovide.version }}"
|
||||
- ansible.builtin.set_fact:
|
||||
cargopkgs: "{{ cargopkgs + ['neovide'] }}"
|
||||
|
||||
- name: Copy neovide icon
|
||||
become: true
|
||||
ansible.builtin.copy:
|
||||
src: neovide/icon.png
|
||||
dest: "{{ pkgconfig.neovide.install_prefix }}/share/icons/neovide.png"
|
||||
dest: "{{ pkgconfig_neovide.install_prefix }}/share/icons/neovide.png"
|
||||
|
||||
- name: Copy neovide.desktop
|
||||
become: true
|
||||
ansible.builtin.template:
|
||||
src: neovide/neovide.desktop
|
||||
dest: "{{ pkgconfig.neovide.install_prefix }}/share/applications/neovide.desktop"
|
||||
dest: "{{ pkgconfige_neovide.install_prefix }}/share/applications/neovide.desktop"
|
||||
|
||||
Reference in New Issue
Block a user