update ansible.cfg for free strategy

This commit is contained in:
Chris Hammer 2023-03-13 11:54:21 -04:00
parent c0ee091d15
commit 57539f60f6

View File

@ -18,7 +18,7 @@ bin_ansible_callbacks = True
callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer
deprecation_warnings = False
command_warnings = False
#strategy = free
strategy = free
[ssh_connection]