community.general/lib/ansible/modules/packaging/language
David Gunter a833281e22 Add Yarn module (#19026)
* Add yarn module based off of NPM module, adjust syntax for install cmd

* Update author list

* Add Return docbloc

* Remove extra var assignment

* Always return output without emojis, small changes for yarn 0.16.1

* Move import line, add ANSIBLE_METADATA, bump version_added

* Updating module format to meet newest lint requirements. Update options and example docs.

* Bring back RETURN block and main() execution.

* All trailing whitespace removed.

* Remove json try/except.

* Add initial pass at setting up Yarn integration tests.

* Add better handling for latest and removal states. Add tests for upgrading a single package.

* Fix issue where state=latest for installing all packages caused failure.

* Set yarn bin to latest version for tests. Fix sanity tests.

* Switch template task to copy task in yarn integration tests.
2018-04-18 08:19:38 -05:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
bower.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
bundler.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
composer.py Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
cpanm.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
easy_install.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
gem.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
maven_artifact.py #29334 handle maven local repo (#36159) 2018-03-29 16:16:46 -04:00
npm.py npm module compatible with npm5 (#26582) 2018-01-19 15:47:43 +01:00
pear.py Clean up non-standard module shebangs. 2018-03-21 11:04:55 -07:00
pip.py pip: Use chdir directive in the venv path (fixes #25122) (#26865) 2017-10-13 12:39:47 +02:00
yarn.py Add Yarn module (#19026) 2018-04-18 08:19:38 -05:00