move a lot of configuration around
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
# vim: set filetype=yaml.ansible :
|
|
||||||
---
|
|
||||||
- name: Build and install alacritty
|
|
||||||
become: true
|
|
||||||
ansible.builtin.command:
|
|
||||||
creates: "{{ pkgconfig_alacritty.install_prefix }}/bin/alacritty"
|
|
||||||
cmd:
|
|
||||||
- cargo
|
|
||||||
- install
|
|
||||||
- --root
|
|
||||||
- "{{ pkgconfig_alacritty.install_prefix }}"
|
|
||||||
- --git
|
|
||||||
- "{{ pkgconfig_alacritty.git_repo }}"
|
|
||||||
- --tag
|
|
||||||
- "v{{ pkgconfig_alacritty.version }}"
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
# vim: set filetype=yaml.ansible :
|
|
||||||
---
|
|
||||||
version: 0.15.0
|
|
||||||
install_prefix: "{{ default_install_prefix }}"
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
# vim: set filetype=yaml.ansible :
|
|
||||||
---
|
|
||||||
install_prefix: "{{ default_install_prefix }}"
|
|
||||||
install_dir: /opt/appimage/bitwarden
|
|
||||||
install_method: flatpak
|
|
||||||
dobecome: true
|
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
# vim: set filetype=yaml.ansible :
|
|
||||||
---
|
|
||||||
version: 1.23.6
|
|
||||||
install_path: "{{ default_install_prefix }}"
|
|
||||||
Reference in New Issue
Block a user