From 8338e75463df8dee8f099e22313d9d0a74df86a6 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 23 May 2013 21:22:58 +0200 Subject: [PATCH] document in the man-page that {ansible,ansible-playbook} -M can also be overriden with the ANSIBLE_LIBRARY environment --- docs/man/man1/ansible-playbook.1.asciidoc.in | 3 ++- docs/man/man1/ansible.1.asciidoc.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in index ecb32e81beb..18619e422a5 100644 --- a/docs/man/man1/ansible-playbook.1.asciidoc.in +++ b/docs/man/man1/ansible-playbook.1.asciidoc.in @@ -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':: diff --git a/docs/man/man1/ansible.1.asciidoc.in b/docs/man/man1/ansible.1.asciidoc.in index c8833d76506..9299066de3a 100644 --- a/docs/man/man1/ansible.1.asciidoc.in +++ b/docs/man/man1/ansible.1.asciidoc.in @@ -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_'::