Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 721 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 721 Bytes

Ansible Role: Yarn

Build Status

Installs Yarn on RHEL/CentOS and Ubuntu/Debian.

Requirements

This role requires that Node.js is installed. See the geerlingguy.nodejs role for installing Node.js.

Role Variables

None.

Dependencies

None

Example Playbook

- hosts: servers
  become: yes
  roles:
    - geerlingguy.nodejs 
    - tmiller02.yarn

License

BSD

Author Information

This role was created in 2019 by Tom Miller.