Skip to content

tmiller02/ansible-role-yarn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.