Commit 6b769c22 by Michael DeHaan

Merge pull request #2413 from lorin/ANSIBLE_LIBRARY_DOC

Docfix: ANSIBLE_LIBRARY_PATH -> ANSIBLE_LIBRARY
parents fc8d9377 c7cf2bc3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment