PHRAS-1805 PHRAS-1839 Add yarn setup and make exiftool executable

This commit is contained in:
Xavier Rousset
2018-02-09 11:58:49 +01:00
parent 30755e9c46
commit c16fcdb90c
4 changed files with 18 additions and 0 deletions

View File

@@ -16,5 +16,6 @@
- composer
- mailcatcher
- node
- yarn
- app
- ffmpeg

View File

@@ -63,3 +63,8 @@
shell: bin/console s:i:c
args:
chdir: /vagrant/
- name: Make exiftool executable
file:
path: /vagrant/vendor/phpexiftool/exiftool/exiftool
mode: 0755

View File

@@ -0,0 +1,11 @@
---
- name: Configure the Yarn APT key
apt_key: url={{ repositories.yarn }}pubkey.gpg
- name: Add Yarn repository
apt_repository:
repo: 'deb {{ repositories.yarn }} stable main'
state: present
- name: Install Yarn
apt: pkg=yarn state=present

View File

@@ -32,6 +32,7 @@ repositories:
mariadb: 'deb http://mirror6.layerjet.com/mariadb/repo/10.1/ubuntu'
elasticsearch: 'ppa:webupd8team/java'
rabbitmq: 'deb http://www.rabbitmq.com/debian/ testing main'
yarn: 'https://dl.yarnpkg.com/debian/'
vagrant_local:
install: '1'
vm: