Docfix: ANSIBLE_LIBRARY_PATH -> ANSIBLE_LIBRARY

pull/4420/head
Lorin Hochstein 2013-03-15 14:55:53 -04:00
parent fc8d9377d5
commit c7cf2bc343
1 changed files with 1 additions and 1 deletions

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