willthames
7272877df6
Allow npm to install to a directory that doesn't yet exist
...
If path is specified but does not exist, create it.
Fail if path is specified but is not a directory
11 years ago
Michael DeHaan
16ca4c2195
Update version_added
11 years ago
Drew Stokes
5aba903dcf
add registry option to npm module
11 years ago
Michael DeHaan
eaef86d22b
Merge pull request #6355 from hkariti/npm_install_invalid
...
Add a package to missing list if npm list reported it as invalid
11 years ago
Michael DeHaan
af7c252ba4
Merge pull request #5909 from joeybaker/patch-1
...
NPM install latest made more effecient
11 years ago
James Tanner
ba0fec4f42
Force command action to not be executed by the shell unless specifically enabled
11 years ago
Hagai
748e8a7740
Add a package to missing list if npm list reported it as invalid
11 years ago
Michael DeHaan
4b281ca5c7
Make the npm production parameter in the docs list the choices.
11 years ago
Joey Baker
95545ca689
indent err
11 years ago
Joey Baker
5655ffa8bf
outdated needed to see set `changed`
11 years ago
Joey Baker
242bfd8c68
NPM install latest made more effecient
...
`npm install` is smart enough to only update updated modules. Checking for `outdated` and running `update` repeats the same process 2x.
11 years ago
inetfuture(Aaron Wang)
64acd60d24
Fix npm documentation typo.
11 years ago
James Tanner
ad837709bd
Addresses #5023 Fix import comments
11 years ago
James Tanner
6000d636b3
Fixes #5023 Convert all modules to use new snippet import pattern
11 years ago
Joe Maller
d95ba87b62
update list_outdated module split to both old and new module delimiter.
11 years ago
Michael DeHaan
f87299842c
Merge pull request #3199 from chrishoffman/doc_error
...
Fixing documentation error
12 years ago
Jan-Piet Mens
5c69918d53
DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
...
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
Added deprecation warning to moduledev.rst and remove deprecated example from it
Fixed up a few typos and uppercased some acronyms.
add consistency to how EXAMPLES are formatted
12 years ago
Chris Hoffman
8a55210fb6
Removing all the default: null from the documentation
12 years ago
Chris Hoffman
499c7309e3
Fixing documentation error
12 years ago
Stoned Elipot
81e0a7adcc
Fix typo in npm module documentation preventing it to be processed by ansible-doc
12 years ago
Michael DeHaan
391fb98ee2
Allow modules to be categorized, and also sort them when generating the documentation.
12 years ago