mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix variable name mis-match in website docs for ANSIBLE_LIBRARY. Clean up some dangling whitespace
This commit is contained in:
parent
6058eaa92f
commit
5a84e61778
1 changed files with 6 additions and 7 deletions
|
@ -425,7 +425,8 @@ built and appear in the 'docsite/' directory.
|
|||
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::
|
||||
|
||||
|
@ -584,5 +585,3 @@ This example allows the stat module to be called with fileinfo, making the follo
|
|||
Development mailing list
|
||||
`irc.freenode.net <http://irc.freenode.net>`_
|
||||
#ansible IRC chat channel
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue