fix loading order of ansible.cfg in documentation

This commit is contained in:
trbs 2013-06-13 23:13:54 +02:00
commit 653fac2f5c
2 changed files with 5 additions and 3 deletions

View file

@ -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]