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