From d12ccc626b0f236bdf10c66fa3820adc3b20929c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 25 Jan 2021 15:10:25 +0100 Subject: [PATCH] ansible.cfg: shell instead of command as default module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 29b4f36..5bf586f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,6 +3,7 @@ forks = 30 timeout = 30 inventory = ./ansible/terraform.py remote_user = admin +module_name = shell host_key_checking = false # human-readable stdout/stderr results display stdout_callback = debug