summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authortrbs <trbs@trbs.net>2013-06-13 23:13:54 +0200
committertrbs <trbs@trbs.net>2013-06-13 23:13:54 +0200
commit653fac2f5ce1d90903de121fe7d0ac69d2f0e1f8 (patch)
treef3f03b3721cb2d4fccb2a0c176073d850051fe05 /examples
parentminor fix, path name of ansible.cfg in changelog (diff)
downloadansible-653fac2f5ce1d90903de121fe7d0ac69d2f0e1f8.tar.xz
ansible-653fac2f5ce1d90903de121fe7d0ac69d2f0e1f8.zip
fix loading order of ansible.cfg in documentation
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 6536550c1c..dc42359fca 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -1,6 +1,8 @@
# 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/ansible.cfg, whichever it finds first
+# ansible will read ~/.ansible.cfg, ansible.cfg in the current working directory or
+# /etc/ansible/ansible.cfg, whichever it finds first
[defaults]