diff --git a/vlad_guts/playbooks/site.yml b/vlad_guts/playbooks/site.yml index d1b22b2..c392f26 100755 --- a/vlad_guts/playbooks/site.yml +++ b/vlad_guts/playbooks/site.yml @@ -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" } @@ -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" }