specify ansible library dir

`./library` is included by default. In Ansible pre-2.0 it would go
through recursively so being this explicit was not necessary.
This commit is contained in:
Pig Monkey 2016-01-14 17:29:39 -08:00
parent 0b62437c1b
commit e5af6c2dff

2
ansible.cfg Normal file
View file

@ -0,0 +1,2 @@
[defaults]
library = ./library/ansible-aur