Skip to content

Commit 8a344f6

Browse files
committed
Use callbacks_enabled, not callback_whitelist
The later has been removed in ansible-core 2.15
1 parent 8501855 commit 8a344f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[defaults]
2-
callback_whitelist = profile_tasks,profile_roles
2+
callbacks_enabled = profile_tasks,profile_roles
33
callback_result_format = yaml
44
display_skipped_hosts = false
55
show_per_host_start = true

0 commit comments

Comments
 (0)