From c9ee6182c413ec213925708f72e621e0287d010f Mon Sep 17 00:00:00 2001
From: Giancarlo Razzolini <grazzolini@archlinux.org>
Date: Fri, 10 Mar 2017 22:23:27 -0300
Subject: [PATCH] ansible.cfg: Removed settings that had default values

Our ansible.cfg had some settings that were using the default values,
according to ansible documentation.
---
 ansible.cfg | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ansible.cfg b/ansible.cfg
index 65b7d3f92..92b83311d 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -2,9 +2,6 @@
 inventory = hosts
 library = library
 remote_tmp = $HOME/.ansible/tmp
-transport = smart
-remote_port = 22
-gathering = implicit
 remote_user = root
 nocows = 1
 roles_path = roles
-- 
GitLab