Commit Graph

18 Commits (ca0f0a0e489d9a2021402f74320021d93a9c3ae2)

Author SHA1 Message Date
Michael DeHaan 5886cf6a1a 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 bc9c40135a Merge pull request #5909 from joeybaker/patch-1
NPM install latest made more effecient
11 years ago
James Tanner fc33860e5d Force command action to not be executed by the shell unless specifically enabled 11 years ago
Hagai f109dc5014 Add a package to missing list if npm list reported it as invalid 11 years ago
Michael DeHaan 922c51176c Make the npm production parameter in the docs list the choices. 11 years ago
Joey Baker c230d0b85e indent err 11 years ago
Joey Baker 603b051f71 outdated needed to see set `changed` 11 years ago
Joey Baker 2768655119 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) a3eb6fb532 Fix npm documentation typo. 11 years ago
James Tanner 4f9aadcc07 Addresses #5023 Fix import comments 11 years ago
James Tanner 38edad70ac Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
Joe Maller d53d2c3074 update list_outdated module split to both old and new module delimiter. 11 years ago
Michael DeHaan 2ad98dec1c Merge pull request #3199 from chrishoffman/doc_error
Fixing documentation error
11 years ago
Jan-Piet Mens 3404a0fc16 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
11 years ago
Chris Hoffman 1e80df4e9b Removing all the default: null from the documentation 11 years ago
Chris Hoffman b437ac7dda Fixing documentation error 11 years ago
Stoned Elipot 8a0fc56323 Fix typo in npm module documentation preventing it to be processed by ansible-doc 11 years ago
Michael DeHaan cd97a4cb14 Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago