move a lot of configuration around

This commit is contained in:
Matthew Stobbs
2025-02-11 20:22:42 -07:00
parent 6f80af59e9
commit 457027e3b9
4 changed files with 0 additions and 31 deletions

View File

@@ -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 }}"

View File

@@ -1,4 +0,0 @@
# vim: set filetype=yaml.ansible :
---
version: 0.15.0
install_prefix: "{{ default_install_prefix }}"

View File

@@ -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

View File

@@ -1,4 +0,0 @@
# vim: set filetype=yaml.ansible :
---
version: 1.23.6
install_path: "{{ default_install_prefix }}"