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:
parent
30ed018fd8
commit
519175c672
7 changed files with 24 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue