Point to the proper config file

The global config file is loaded from /etc/ansible, not /etc
pull/4420/head
Grzegorz Nosek 2012-08-20 21:18:37 +02:00
parent 66f2f31aa2
commit 76419a9fdf
1 changed files with 1 additions and 1 deletions

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]