From 5b5d5098ce5a174527f5938ef3ccf4ed9fe20f01 Mon Sep 17 00:00:00 2001 From: Dhruv Bansal Date: Mon, 12 Sep 2016 22:04:53 +0000 Subject: [PATCH] Note about additional ways of including modules. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9ac0f15..d120ef2 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ $ ln -s ansible-ldap-modules/ldap_entry library/ldap_entry $ ln -s ansible-ldap-modules/ldap_attr library/ldap_attr ``` +You can also explicitly set the `ANSIBLE_LIBRARY` environment variable +or the `library` entry within the `defaults` section of your +`ansible.cfg` to include this repository's directory. + # Usage (copied from psager's [original README](https://bitbucket.org/psagers/ansible-ldap/src/ca4c0025358cdeba33e9ef0369af3430bf4812ad/README.md))