From b325942824db7e906ac8ea00d8b6b26a4e3d5ef3 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Fri, 10 Jul 2026 10:58:36 +0200 Subject: [PATCH] chore: use ansible from inside venv to have full control of version, etc --- ansible/ansible.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 9feb8f0..2734941 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,3 +1,5 @@ [defaults] remote_tmp = /tmp/ansible-$USER -collections_path = ./installed-collections # ./ refers to dir in which this file is located \ No newline at end of file + +# ./ refers to dir in which this file is located +collections_path = ./installed-collections \ No newline at end of file