From 626e28687aded2b6c7f598c8e2f0cca326215c5e Mon Sep 17 00:00:00 2001 From: Andrey Limachko Date: Fri, 25 Feb 2022 17:36:25 +0400 Subject: [PATCH] Fix bash binary path --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index a4e63a1..1419183 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -executable=bash +executable=/bin/bash ansible_python_interpreter="python" filter_plugins=plugins/