1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #2413 from lorin/ANSIBLE_LIBRARY_DOC

Docfix: ANSIBLE_LIBRARY_PATH -> ANSIBLE_LIBRARY
This commit is contained in:
Michael DeHaan 2013-03-15 18:07:02 -07:00
commit 6b769c2218

View file

@ -5,7 +5,7 @@ Ansible modules are reusable units of magic that can be used by the Ansible API,
or by the `ansible` or `ansible-playbook` programs.
Modules can be written in any language and are found in the path specified
by `ANSIBLE_LIBRARY_PATH` or the ``--module-path`` command line option.
by `ANSIBLE_LIBRARY` or the ``--module-path`` command line option.
.. contents::
:depth: 2