Commit 21269e5e by Brian Coca

Merge pull request #11980 from tbielawa/devel

Fix variable name mis-match in website docs for ANSIBLE_LIBRARY. 
parents 6058eaa9 5a84e617
...@@ -425,7 +425,8 @@ built and appear in the 'docsite/' directory. ...@@ -425,7 +425,8 @@ built and appear in the 'docsite/' directory.
Module Paths Module Paths
```````````` ````````````
If you are having trouble getting your module "found" by ansible, be sure it is in the ANSIBLE_LIBRARY_PATH. If you are having trouble getting your module "found" by ansible, be
sure it is in the ``ANSIBLE_LIBRARY`` environment variable.
If you have a fork of one of the ansible module projects, do something like this:: If you have a fork of one of the ansible module projects, do something like this::
...@@ -584,5 +585,3 @@ This example allows the stat module to be called with fileinfo, making the follo ...@@ -584,5 +585,3 @@ This example allows the stat module to be called with fileinfo, making the follo
Development mailing list Development mailing list
`irc.freenode.net <http://irc.freenode.net>`_ `irc.freenode.net <http://irc.freenode.net>`_
#ansible IRC chat channel #ansible IRC chat channel
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