From c851d8ce0a6dc0c43e82691e01189774bcb81a46 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 13 Aug 2016 21:15:32 +0300
Subject: [PATCH] - Added Vagrant plugin handling.

---
 workstation.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/workstation.yml b/workstation.yml
index ada53e4..911c83e 100644
--- a/workstation.yml
+++ b/workstation.yml
@@ -24,6 +24,7 @@
     - docker.io
     - ufw
     - libdvdcss2
+    - vagrant
     apt:
       name: '{{ item }}'
       state: present
@@ -97,3 +98,12 @@
       mode: 0o0644
     notify:
     - Systemd daemon reload
+
+  - name: Install Vagrant plugins
+    become: False
+    with_items:
+    - landrush
+    - vagrant-vbguest
+    - vagrant-gatling-rsync
+    command: 'vagrant plugin install {{ item }}'
+    changed_when: False
-- 
GitLab