Note about additional ways of including modules.

This commit is contained in:
Dhruv Bansal 2016-09-12 22:04:53 +00:00
父節點 8f4d744171
當前提交 5b5d5098ce
共有 1 個文件被更改,包括 4 次插入0 次删除

查看文件

@ -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))