An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

## yarn

[![Build Status](https://travis-ci.org/Oefenweb/ansible-yarn.svg?branch=master)](https://travis-ci.org/Oefenweb/ansible-yarn)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-yarn-blue.svg)](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)!