From eed7f004928ab566aef1ffe3ed94eb0e28234b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Tue, 11 Mar 2014 14:18:19 +0100 Subject: [PATCH] Remove log section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While running Ansible for the first time, this won't affec the local git. Signed-off-by: Sébastien Han --- .ansible.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/.ansible.cfg b/.ansible.cfg index 8500b2d16..e67d7edfe 100644 --- a/.ansible.cfg +++ b/.ansible.cfg @@ -2,7 +2,6 @@ host_key_checking = False remote_user = vagrant hostfile = hosts -log_path = ansible.log ansible_managed = Ansible managed: modified on %Y-%m-%d %H:%M:%S by {uid} private_key_file = ~/.vagrant.d/insecure_private_key error_on_undefined_vars = False