https://github.com/oefenweb/ansible-yarn
Ansible role to set up (the latest version of) Yarn in Debian-like systems
https://github.com/oefenweb/ansible-yarn
ansible debian javascript nodejs package-manager ubuntu yarn
Last synced: 6 months ago
JSON representation
Ansible role to set up (the latest version of) Yarn in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-yarn
- Owner: Oefenweb
- License: mit
- Created: 2017-01-23T15:24:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T12:25:21.000Z (6 months ago)
- Last Synced: 2024-11-07T13:30:10.646Z (6 months ago)
- Topics: ansible, debian, javascript, nodejs, package-manager, ubuntu, yarn
- Language: Dockerfile
- Size: 86.9 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## yarn
[](https://travis-ci.org/Oefenweb/ansible-yarn)
[](https://galaxy.ansible.com/Oefenweb/yarn/)Set up (the latest version of) [Yarn](https://yarnpkg.com/) in Debian-like systems.
#### Requirements
* `software-properties-common` (will be installed)
* `dirmngr` (will be installed)#### Variables
None
## Dependencies
None
## Recommended
* `ansible-nodejs` ([see](https://github.com/Oefenweb/ansible-nodejs))
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.yarn
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-yarn/issues)!