From 57539f60f67495ef498946bc91ff4f6dd3b68158 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 13 Mar 2023 11:54:21 -0400 Subject: [PATCH] update ansible.cfg for free strategy --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 492ac74..58722fc 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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]