restructuring for easier maintenance
- creating src packages when things can't be installed via actual system package - neovim srcpkg is being worked on now
This commit is contained in:
7
tasks/pkgs/RedHat/carapace.yml
Normal file
7
tasks/pkgs/RedHat/carapace.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: install carapace RPM
|
||||
become: true
|
||||
ansible.builtin.dnf:
|
||||
name: "{{ _ghbase }}/carapace-sh/carapace-bin/releases/download/v{{ carapace_version }}/carapace-bin_{{ carapace_version }}_linux_amd64.rpm"
|
||||
state: "{{ install_state }}"
|
||||
disable_gpg_check: true
|
||||
Reference in New Issue
Block a user