Fix borgmatic LaunchAgent TCC dialog hang by removing mise wrapper

LaunchAgents now call borgmatic directly at its mise-installed path
instead of routing through `mise x`, which triggered macOS TCC
permission dialogs (e.g. "mise wants to access Documents") that hung
headless sessions and caused backup failures.

Also adds `mise install` to the ansible role so borgmatic installation
is fully managed, and pins the version in both mise.toml and the role
defaults.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-04-15 07:23:46 -07:00
commit 519175c672
7 changed files with 24 additions and 13 deletions

View file

@ -5,6 +5,7 @@
# 2. create a new entry in service-versions.yaml
# This will help ensure reviewed upgrades at a steady cadence
"pipx:ansible-core" = { version = "2.20.1", uvx = "true", uvx_args = "--with botocore --with boto3" }
"pipx:borgmatic" = "2.1.4"
prek = "0.3.4"
pulumi = "3.215.0"
dagger = "0.20.1"