Skip to content

Commit a97be6d

Browse files
authored
Merge pull request #401 from stackhpc/callbacks-enabled
Fix Ansible deprecation warning
2 parents feb000f + eaa7564 commit a97be6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bin_ansible_callbacks = True
77
# Disable fact variable injection to improve performance.
88
inject_facts_as_vars = False
99
# Add timing information to output
10-
callback_whitelist = ansible.posix.profile_tasks
10+
callbacks_enabled = ansible.posix.profile_tasks
1111

1212
[ssh_connection]
1313
pipelining = True

0 commit comments

Comments
 (0)