Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #300 from mvance/ruby_install_fix
Browse files Browse the repository at this point in the history
Resolving issue #295 by installing Ruby earlier.
  • Loading branch information
philipnorton42 committed Nov 6, 2015
2 parents 1cf8a3b + 31df075 commit db6ad31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vlad_guts/playbooks/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@

- role: base

- { role: ruby, tags: ["ruby"], when: "ruby_install" }

- { role: samba, tags: ["windows"], when: "is_windows" }

- { role: apache, tags: ["apache"], when: "apache_install" }
Expand Down Expand Up @@ -137,8 +139,6 @@

- { role: munin, tags: ["munin"], when: "munin_install" }

- { role: ruby, tags: ["ruby"], when: "ruby_install" }

- { role: mailcatcher, tags: ["mailcatcher"], when: "mailcatcher_install" }

- { role: node, tags: ["node"], when: "node_install" }
Expand Down

0 comments on commit db6ad31

Please sign in to comment.