community.general/lib/ansible
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
..
cli fix displaying group vars in graph 2018-04-16 15:24:31 -04:00
compat Enable wildcard import pylint (#35786) 2018-02-06 15:17:49 -08:00
config minimize loading files/plugins 2018-04-10 17:22:31 -04:00
errors give hint to users when a file is not found 2018-04-10 17:19:03 -04:00
executor keep track of original inventory hostname in play context (#38818) 2018-04-16 17:16:57 -04:00
galaxy Ansible Galaxy: skel for network role #37241 (#37251) 2018-03-09 13:31:27 -05:00
inventory Ensure non ansilbe exceptions keep tracebacks (#37523) 2018-04-11 11:52:12 -04:00
module_utils Fix documentation fragments for docker (#38378) 2018-04-17 08:51:56 -07:00
modules Add Yarn module (#19026) 2018-04-18 08:19:38 -05:00
parsing Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
playbook Add support for dzdo flags Fixes #38766 2018-04-16 23:28:51 -04:00
plugins Add expandvars jinja2 filter (#38805) 2018-04-18 09:29:19 +02:00
template fix exception on lookup ignore error 2018-04-16 18:04:52 -04:00
utils Fix documentation fragments for docker (#38378) 2018-04-17 08:51:56 -07:00
vars minimize loading files/plugins 2018-04-10 17:22:31 -04:00
__init__.py
constants.py centralize doc/config plugin lists (#38775) 2018-04-16 09:29:49 -04:00
release.py Fix version in lib/ansible/release.py 2018-02-09 04:47:31 -08:00