From f72003a4190759b1246a1644b6f405eec1ccae22 Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Wed, 8 Jan 2025 11:31:50 +0100 Subject: [PATCH] misc: added missing newline in ansible config Signed-off-by: Louis Vallat --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index d1cb1be..e0b2b31 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -11,4 +11,4 @@ forks = 32 nocows=1 [ssh_connection] -pipelining = True \ No newline at end of file +pipelining = True