From 5da6155bb571b7c20590356dc718f5946a8339c5 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 13 Jan 2026 21:18:27 -0800 Subject: [PATCH] Add mise.toml for ansible-core@latest Co-Authored-By: Claude Opus 4.5 --- ansible/mise.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ansible/mise.toml diff --git a/ansible/mise.toml b/ansible/mise.toml new file mode 100644 index 0000000..cd1027a --- /dev/null +++ b/ansible/mise.toml @@ -0,0 +1,2 @@ +[tools] +"pipx:ansible-core" = { version = "latest", uvx = "true", uvx_args = "--with botocore --with boto3" }