From 2994a6e19b35dad4a201ef9786e45deee34b8fc0 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 3 Jul 2016 19:00:32 +0300
Subject: [PATCH] - Set provider (required for Molecule >= 1.4.0).

---
 molecule.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/molecule.yml b/molecule.yml
index c92d805..0d86e79 100644
--- a/molecule.yml
+++ b/molecule.yml
@@ -9,6 +9,9 @@ molecule:
   ansible_config_template: ansible.cfg
 
 vagrant:
+  providers:
+  - name: virtualbox
+    type: virtualbox
   platforms:
   - name: openbsd
     box: kaorimatz/openbsd-5.9-amd64
-- 
GitLab