From 842ae5079aae2c3e733e2227b44ebeeb7318998e Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Tue, 12 Mar 2024 10:12:45 +0100 Subject: [PATCH] s/whitelist/enabled + FQCN --- solution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution.md b/solution.md index 450b088..5c76660 100644 --- a/solution.md +++ b/solution.md @@ -13,7 +13,7 @@ forks = 20 ask_pass = True gathering = smart host_key_checking = False -callback_whitelist = timer, profile_tasks +callback_enabled = ansible.posix.timer, ansible.posix.profile_tasks remote_user = formation fact_caching = jsonfile fact_caching_connection = /etc/ansible/facts