From 1157330f0e015b34a8013e106a4adb42c5b1979a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 26 Nov 2013 00:28:42 +0100 Subject: Common MySQL configuration. --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible.cfg') diff --git a/ansible.cfg b/ansible.cfg index b94c4c2..524103e 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -10,7 +10,7 @@ # location of ansible library, eliminates need to specify --module-path -library = /usr/share/ansible/:./lib +library = ./lib/:/usr/share/ansible/ # default module name used in /usr/bin/ansible when -m is not specified -- cgit v1.2.3