improve wording, thanks to Michael DeHaan
This commit is contained in:
parent
22b0cf9275
commit
d7b5b47efe
2 changed files with 4 additions and 2 deletions
|
@ -48,7 +48,8 @@ The 'PATH' to the inventory hosts file, which defaults to
|
||||||
*-M* 'DIRECTORY', *--module-path=*'DIRECTORY'::
|
*-M* 'DIRECTORY', *--module-path=*'DIRECTORY'::
|
||||||
|
|
||||||
The 'DIRECTORY' search path to load modules from. The default is
|
The 'DIRECTORY' search path to load modules from. The default is
|
||||||
'/usr/share/ansible'. See also the ANSIBLE_LIBRARY environment variable.
|
'/usr/share/ansible'. This can also be set with the ANSIBLE_LIBRARY
|
||||||
|
environment variable.
|
||||||
|
|
||||||
*-e* 'VARS', *--extra-vars=*'VARS'::
|
*-e* 'VARS', *--extra-vars=*'VARS'::
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,8 @@ Execute the module called 'NAME'.
|
||||||
*-M* 'DIRECTORY', *--module-path=*'DIRECTORY'::
|
*-M* 'DIRECTORY', *--module-path=*'DIRECTORY'::
|
||||||
|
|
||||||
The 'DIRECTORY' search path to load modules from. The default is
|
The 'DIRECTORY' search path to load modules from. The default is
|
||||||
'/usr/share/ansible'. See also the ANSIBLE_LIBRARY environment variable.
|
'/usr/share/ansible'. This can also be set with the ANSIBLE_LIBRARY
|
||||||
|
environment variable.
|
||||||
|
|
||||||
*-a* \'_ARGUMENTS_', *--args=*\'_ARGUMENTS_'::
|
*-a* \'_ARGUMENTS_', *--args=*\'_ARGUMENTS_'::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue