[hooks]
postinstall = [
"uv sync",
"ansible-galaxy role install -r ansible/requirements.yml",
"ansible-galaxy collection install -r ansible/requirements.yml",
]
So following a `mise install`, the user also gets all the needed python packages installed via uv, and also all the galaxy roles/collections installed