From 19f2c9efe251903959b7fda048017a24dc374e61 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Fri, 20 Feb 2026 20:19:46 +0100 Subject: [PATCH] chore(bootstrap): align ansible.cfg with main project settings --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index be1e477..380bace 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,5 @@ [defaults] hash_behaviour = merge +interpreter_python = auto_silent +deprecation_warnings = False +host_key_checking = False