From ba800370fd4d307b918be1ee8a83ce2fdb64471e Mon Sep 17 00:00:00 2001 From: Bilal Bayasut Date: Mon, 12 Jun 2023 20:50:53 +0700 Subject: [PATCH] update from deprecated callback_whitelist into callbacks_enabled --- ansible.cfg | 2 +- win-ansible.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index b20ad914..2b7e97a4 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -15,7 +15,7 @@ log_path = /opt/container_artifact/ansible.log retry_files_save_path = /opt/container_artifact/ansible-retry system_warnings = True hash_behaviour = merge -callback_whitelist = profile_tasks +callbacks_enabled = profile_tasks timeout = 30 action_warnings = False allow_world_readable_tmpfiles = True diff --git a/win-ansible.cfg b/win-ansible.cfg index 3debb095..c05a1747 100644 --- a/win-ansible.cfg +++ b/win-ansible.cfg @@ -15,7 +15,7 @@ log_path = /opt/container_artifact/ansible.log retry_files_save_path = /opt/container_artifact/ansible-retry system_warnings = True hash_behaviour = merge -callback_whitelist = profile_tasks +callbacks_enabled = profile_tasks timeout = 30 action_warnings = False allow_world_readable_tmpfiles = True