Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Jul 26, 2017
1 parent 621c0cb commit 37126e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/bundler/tasks/main.yml
@@ -0,0 +1,8 @@
---
- name: Install Bundler
command: gem install bundler
sudo: yes

- name: Install bundle dependencies in project folder
shell: /usr/local/rvm/gems/ruby-{{ ruby_version }}/wrappers/bundle install chdir=/vagrant
sudo: yes
8 changes: 8 additions & 0 deletions snowplow-website-new.yml
Expand Up @@ -14,3 +14,11 @@
rvm1_rvm_check_for_updates: True
roles:
- rvm_io.rvm1-ruby

- hosts: vagrant
remote_user: vagrant
sudo: yes
vars:
ruby_version: "2.2.2"
roles:
- bundler

0 comments on commit 37126e8

Please sign in to comment.