Skip to content

Commit

Permalink
ruby-ng provisioning only on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
vivaserver committed Jan 26, 2015
1 parent 2365bba commit 43b4d74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/rubyist/tasks/ruby.yml
Expand Up @@ -21,6 +21,7 @@
---
- name: ensure Ruby NG repo available
apt_repository: repo='ppa:brightbox/ruby-ng'
when: ansible_distribution == "Ubuntu"
sudo: yes
tags:
- ruby
Expand All @@ -32,6 +33,7 @@
- ruby1.9.1-dev
- rubygems
- ruby-switch
when: ansible_distribution == "Ubuntu"
sudo: yes
tags:
- ruby
Expand Down

0 comments on commit 43b4d74

Please sign in to comment.