go_install helper now being used

This commit is contained in:
Matthew Stobbs
2026-02-11 10:50:48 -07:00
parent b6f7ba485b
commit 3df63f1451
7 changed files with 190 additions and 186 deletions

View File

@@ -1,6 +1,15 @@
# vim: set filetype=yaml.ansible :
# Package: alacritty
# Description: GPU accelerated terminal emulator written in rust
# Version: v0.16.1
# Methods:
# - system
# - source (cargo build)
# Helpers:
# - cargo_build
---
- name: Configure alacritty # {{{
# {{{ pre install configuration
- name: Configure alacritty
when:
- "'alacritty' not in __configured"
block: