From c7cf2bc3438432f840169e68842904a3f97970ba Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Fri, 15 Mar 2013 14:55:53 -0400 Subject: [PATCH] Docfix: ANSIBLE_LIBRARY_PATH -> ANSIBLE_LIBRARY --- docsite/rst/moduledev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/moduledev.rst b/docsite/rst/moduledev.rst index 37158f070bb..25d64d91fb6 100644 --- a/docsite/rst/moduledev.rst +++ b/docsite/rst/moduledev.rst @@ -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