Updating Description to provide better explanation of what the use_sudo flag does
This commit is contained in:
parent
8989212fd2
commit
b5207d0fc6
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ options:
|
|||
version_added: "2.0"
|
||||
use_sudo:
|
||||
description:
|
||||
- Use sudo flag for cpanm
|
||||
- Use this if you want to install modules to the system perl include path.
|
||||
required: false
|
||||
default: false
|
||||
version_added: "2.0"
|
||||
|
@ -94,7 +94,7 @@ EXAMPLES = '''
|
|||
# install Dancer perl package from a specific mirror
|
||||
- cpanm: name=Dancer mirror=http://cpan.cpantesters.org/
|
||||
|
||||
# install Dancer perl package using --sudo flag
|
||||
# install Dancer perl package into the system root path
|
||||
- cpanm: name=Dancer use_sudo=yes
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue