Releases: fubarhouse/ansible-role-yarn
Releases · fubarhouse/ansible-role-yarn
1.2.2
1.2.1
- Hotfix for 1.2 which fixes meta information.
1.2
- File system changes for best practice.
- Fix tests
- Introduce tests for the 20 default platforms supported by other roles from @fubarhouse
- Change logic for package installation
- Change logic for yarn installation
- Ensure idempotence tests pass, and tasks are skipped when appropriate.
Feature release
- Adds better cleanup system
- Adds ability to control yarn version
- Adds ability to install global packages
- Adds ability to configure destination for binary packages
- Prevents multiple duplicate entries from being placed in shell profiles
_Notes_:
Special thanks to @stevenjlho for bringing the package installation system and it's workings to my attention.
Initial release
Initial release for Yarn.
- Uses recommended installation methods (excluding nodejs) for RedHat and Debian systems.
- Features cleanup tasks
- Configurable shell profiles
- Verification task
- Travis tests passing
This role's functionality was not included in my nodejs role because the functionality is too unique from how they work on the back-end. This program is more of a utility that didn't need integration with a VCS and packages work differently. Hence the independent and optional installation!