Skip to content

angristan/ansible-yarn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role for Yarn

This is a simple role that will install Yarn on Debian/Ubuntu from the official APT repo.

Installation

Add this to your requirements.yml:

- src: https://github.com/angristan/ansible-yarn

Sample playbook

---

- hosts: myhost
  roles:
    - name: yarn
      tags: yarn

Releases

No releases published

Packages

No packages published