From 0f9f4573b0e1c3246ef6eea9b317cd95d888cf5e Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 12 Jan 2026 09:26:39 +0100 Subject: [PATCH] test: update ansible setup for robot installation --- dev/robot/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/robot/ansible.cfg b/dev/robot/ansible.cfg index 47ae51c0d..73b56f7dc 100644 --- a/dev/robot/ansible.cfg +++ b/dev/robot/ansible.cfg @@ -4,7 +4,7 @@ roles_path = ansible_roles inventory = ${PWD}/inventory.yml host_key_checking = false -stdout_callback = community.general.yaml +result_format = yaml interpreter_python = /usr/bin/python3 fact_caching = memory retry_files_enabled = false