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