From 3c4e9fdc985371af04856fe891e91b737e5ef8ce Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Fri, 17 Aug 2012 14:27:41 -0400 Subject: [PATCH] fix typo: ~/ansbile.cfg -> ~/.ansible.cfg --- rst/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rst/examples.rst b/rst/examples.rst index e7ae2fcdf6c..c466d0a6dff 100644 --- a/rst/examples.rst +++ b/rst/examples.rst @@ -236,7 +236,7 @@ Configuration & Defaults .. versionadded:: 0.7 -Ansible has an optional configuration file that can be used to tune settings and also eliminate the need to pass various command line flags. The config file location is controlled by the ANSIBLE_CONFIG environment variable, if set, otherwise ~/ansible.cfg or /etc/ansible/ansible.cfg will be loaded, whichever comes first. For those running from source, a sample configuration file lives in the examples/ directory. The RPM will install configuration into /etc/ansible/ansible.cfg automatically. +Ansible has an optional configuration file that can be used to tune settings and also eliminate the need to pass various command line flags. The config file location is controlled by the ANSIBLE_CONFIG environment variable, if set, otherwise ~/.ansible.cfg or /etc/ansible/ansible.cfg will be loaded, whichever comes first. For those running from source, a sample configuration file lives in the examples/ directory. The RPM will install configuration into /etc/ansible/ansible.cfg automatically. .. seealso::