From 4a4201c84d68650c1bba751448499b294004cdc8 Mon Sep 17 00:00:00 2001 From: Ali Afsharzadeh Date: Mon, 25 Aug 2025 09:19:06 +0330 Subject: [PATCH] Remove ara_default from callbacks_enabled (#12490) The option ara_default was still present in ansible.cfg under callbacks_enabled. This is a leftover from commit b9e9364 ("Remove ara support in CI") and should have been removed together with the rest of the ara integration. Signed-off-by: Ali Afsharzadeh --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index e79523783..3780515b3 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -15,7 +15,7 @@ timeout = 300 stdout_callback = default display_skipped_hosts = no library = ./library -callbacks_enabled = profile_tasks,ara_default +callbacks_enabled = profile_tasks roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles deprecation_warnings=False inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds, .gpg