ansible-role-nodejs/README.md

289 B

Ansible Role: yarn

Install yarn packages from the official yarn repositories.

Tested on:

  • Ubuntu 22.04

Requirements

None.

Role Variables

See the role vars

Example Playbook

- hosts: yarn
  roles:
    - role: bleetube.yarn
      become: true