Fix callback configuration directive for Ansible 2.10.
This commit is contained in:
parent
0027e8b04d
commit
e25c7d7cae
@ -1,4 +1,4 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
inventory = inventory.yml
|
inventory = inventory.yml
|
||||||
host_key_checking = accept-new
|
host_key_checking = accept-new
|
||||||
callbacks_enabled=ansible.posix.profile_tasks, ansible.posix.timer
|
callback_whitelist=ansible.posix.profile_tasks, ansible.posix.timer
|
||||||
|
Loading…
Reference in New Issue
Block a user