From 83e6c166f648daeef2ed002c1ba6d5013194363a Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 5 Jan 2015 11:40:45 -0500 Subject: [PATCH] fixed bad exampel for library that was library_path, which of course did not work --- examples/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 9f1d3c53cb5..150c7262351 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -12,7 +12,7 @@ # some basic default values... hostfile = /etc/ansible/hosts -# library_path = /usr/share/my_modules/ +#library = /usr/share/my_modules/ remote_tmp = $HOME/.ansible/tmp pattern = * forks = 5