From 76419a9fdf8df3a9fb890f4682068a66940e2e99 Mon Sep 17 00:00:00 2001 From: Grzegorz Nosek Date: Mon, 20 Aug 2012 21:18:37 +0200 Subject: [PATCH] Point to the proper config file The global config file is loaded from /etc/ansible, not /etc --- examples/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index c309fc41c9d..bc892fc5ab9 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -1,6 +1,6 @@ # config file for ansible -- http://ansible.github.com # nearly all parameters can be overridden in ansible-playbook or with command line flags -# ansible will read ~/.ansible.cfg or /etc/ansible.cfg, whichever it finds first +# ansible will read ~/.ansible.cfg or /etc/ansible/ansible.cfg, whichever it finds first [defaults]