Merge pull request #914 from gnosek/config_file_path

Point to the proper config file
This commit is contained in:
Michael DeHaan
2012-08-20 15:21:44 -07:00

View File

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