diff options
author | trbs <trbs@trbs.net> | 2013-06-13 23:13:54 +0200 |
---|---|---|
committer | trbs <trbs@trbs.net> | 2013-06-13 23:13:54 +0200 |
commit | 653fac2f5ce1d90903de121fe7d0ac69d2f0e1f8 (patch) | |
tree | f3f03b3721cb2d4fccb2a0c176073d850051fe05 /examples | |
parent | minor fix, path name of ansible.cfg in changelog (diff) | |
download | ansible-653fac2f5ce1d90903de121fe7d0ac69d2f0e1f8.tar.xz ansible-653fac2f5ce1d90903de121fe7d0ac69d2f0e1f8.zip |
fix loading order of ansible.cfg in documentation
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ansible.cfg | 4 |
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] |