From a00c7b0c088ee0e9552cbf54cbbbb4a4f14eb00a Mon Sep 17 00:00:00 2001 From: espro Date: Thu, 20 Jun 2013 16:14:15 -0400 Subject: [PATCH] Comment remote_user in ansible.cfg remote_user should not be set in example config. This file is used in rpm .spec for /etc/ansible/ansible.cfg --- examples/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 5777f52e480..73ddc825b5b 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -33,7 +33,7 @@ timeout = 10 # default user to use for playbooks if user is not specified # (/usr/bin/ansible will use current user as default) -remote_user=root +#remote_user=root # logging is off by default unless this path is defined # if so defined, consider logrotate