From d8f15e53b9f1b9bf0e1c2a0733ba63ea5cbb6b44 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 20 Aug 2021 16:00:37 +0200 Subject: [PATCH] ansible.cfg: stop using ansible.posix.profile_tasks (#56287) --- ansible.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 185cb4b..c70c560 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,4 +2,3 @@ hash_behaviour = merge remote_tmp = /tmp interpreter_python = /usr/bin/python3 -callback_whitelist = ansible.posix.profile_tasks -- 2.32.0.rc0