mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
document in the man-page that {ansible,ansible-playbook} -M can also be overriden with the ANSIBLE_LIBRARY environment
This commit is contained in:
parent
8f3b2b281f
commit
8338e75463
2 changed files with 3 additions and 2 deletions
|
@ -47,7 +47,8 @@ The 'PATH' to the inventory hosts file, which defaults to
|
|||
|
||||
*-M* 'DIRECTORY', *--module-path=*'DIRECTORY'::
|
||||
|
||||
The 'DIRECTORY' to load modules from. The default is '/usr/share/ansible'.
|
||||
The 'DIRECTORY' search path to load modules from. The default is
|
||||
'/usr/share/ansible'. See also the ANSIBLE_LIBRARY environment variable.
|
||||
|
||||
*-e* 'VARS', *--extra-vars=*'VARS'::
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ Execute the module called 'NAME'.
|
|||
*-M* 'DIRECTORY', *--module-path=*'DIRECTORY'::
|
||||
|
||||
The 'DIRECTORY' to load modules from. The default is '/usr/share/ansible'.
|
||||
|
||||
See also the ANSIBLE_LIBRARY environment variable.
|
||||
|
||||
*-a* \'_ARGUMENTS_', *--args=*\'_ARGUMENTS_'::
|
||||
|
||||
|
|
Loading…
Reference in a new issue