Skip to content

Commit

Permalink
document in the man-page that {ansible,ansible-playbook} -M can also …
Browse files Browse the repository at this point in the history
…be overriden with the ANSIBLE_LIBRARY environment
  • Loading branch information
mvo5 committed May 23, 2013
1 parent 8f3b2b2 commit 8338e75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/man/man1/ansible-playbook.1.asciidoc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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'::

Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/ansible.1.asciidoc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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_'::

Expand Down

0 comments on commit 8338e75

Please sign in to comment.