From 99076ebc5fe8f63b7a62219503df3e0ba4bda423 Mon Sep 17 00:00:00 2001
From: Von Random <von@mechanus.net>
Date: Mon, 3 Mar 2025 23:57:56 +0200
Subject: [PATCH] more mise and venv

---
 ansible/ansible.cfg               | 3 +++
 terraform/.mise.toml => mise.toml | 7 +++++++
 2 files changed, 10 insertions(+)
 rename terraform/.mise.toml => mise.toml (88%)

diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
index 662d3a5..f67b369 100644
--- a/ansible/ansible.cfg
+++ b/ansible/ansible.cfg
@@ -5,3 +5,6 @@ interpreter_python = /usr/bin/python3
 remote_user = ubuntu
 private_key_file = ~/.ssh/id_ed25519
 host_key_checking = False
+
+callback_format_pretty = true
+callback_result_format = yaml
diff --git a/terraform/.mise.toml b/mise.toml
similarity index 88%
rename from terraform/.mise.toml
rename to mise.toml
index cd5ea35..6729cfb 100644
--- a/terraform/.mise.toml
+++ b/mise.toml
@@ -1,3 +1,10 @@
+[tools]
+python = "3.13"
+
+[env._.python.venv]
+path = "venv"
+create = true
+
 [[hooks.enter]]
 shell = "fish"
 script = """