summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/packaging
diff options
context:
space:
mode:
authorJohn Slay <johnslay@users.noreply.github.com>2017-12-06 16:03:32 -0600
committerJordan Borean <jborean93@gmail.com>2017-12-07 08:03:32 +1000
commit065a2fe10d6f04718df1d7b013835abc814557b9 (patch)
tree7516ff5d90f167d2dc7cc6723d7d94aaf147b7bb /lib/ansible/modules/packaging
parentb4e6028ee7302d9ae8114a3448271f272db849f3 (diff)
downloadansible-065a2fe10d6f04718df1d7b013835abc814557b9.tar.gz
Add requirements to npm module (#33641)
npm is required in order for this module to work.
Diffstat (limited to 'lib/ansible/modules/packaging')
-rw-r--r--lib/ansible/modules/packaging/language/npm.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ansible/modules/packaging/language/npm.py b/lib/ansible/modules/packaging/language/npm.py
index fed13921d0..2562187024 100644
--- a/lib/ansible/modules/packaging/language/npm.py
+++ b/lib/ansible/modules/packaging/language/npm.py
@@ -70,6 +70,8 @@ options:
required: false
default: present
choices: [ "present", "absent", "latest" ]
+requirements:
+ - npm installed in bin path (recommended /usr/local/bin)
'''
EXAMPLES = '''