Sha256: 52458383eb0dc65f8ad1b070fa136b831814063325dbcf19e4924aec7fd94c62
Contents?: true
Size: 348 Bytes
Versions: 2
Compression:
Stored size: 348 Bytes
Contents
--- - name: Import the yarn GPG key into apt apt_key: url: https://dl.yarnpkg.com/debian/pubkey.gpg state: present - name: Add yarn package deb repository apt_repository: repo: 'deb https://dl.yarnpkg.com/debian/ stable main' state: present - name: Install yarn apt: pkg: yarn state: installed update_cache: yes
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
taperole-2.1.1 | roles/install_yarn/tasks/main.yml |
taperole-2.1.0 | roles/install_yarn/tasks/main.yml |