Merge pull request #5556 from inetfuture/npm

Fix npm documentation typo.
pull/5558/head
Michael DeHaan 11 years ago
commit 3989382616

@ -30,7 +30,7 @@ options:
name:
description:
- The name of a node.js library to install
requires: false
required: false
path:
description:
- The base path where to install the node.js libraries
@ -180,7 +180,7 @@ def main():
executable=dict(default=None),
state=dict(default='present', choices=['present', 'absent', 'latest'])
)
arg_spec['global']=dict(default='no', type='bool')
arg_spec['global'] = dict(default='no', type='bool')
module = AnsibleModule(
argument_spec=arg_spec,
supports_check_mode=True

Loading…
Cancel
Save