mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
use the same text for -M in ansible.1 and ansible-playbook.1
This commit is contained in:
parent
8338e75463
commit
22b0cf9275
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ 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.
|
||||
The 'DIRECTORY' search path 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