Add provision-indri mise task and fix idempotency
- Add mise-tasks/provision-indri script to run ansible playbook - Fix transmission_metrics launchctl load to be idempotent - Update CLAUDE.md to reference mise run provision-indri Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e264b39cd6
commit
e534e59556
3 changed files with 17 additions and 5 deletions
7
mise-tasks/provision-indri
Executable file
7
mise-tasks/provision-indri
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
#MISE description="Run ansible playbook to provision indri"
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
cd ansible
|
||||
ansible-playbook playbooks/indri.yml "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue