From 60cc0f37120622249d4ff349a1c1ea07100438d9 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 10 Jun 2016 14:13:22 +0300 Subject: [PATCH] - Corrected the instance name. --- molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule.yml b/molecule.yml index a46af18..c92d805 100644 --- a/molecule.yml +++ b/molecule.yml @@ -13,7 +13,7 @@ vagrant: - name: openbsd box: kaorimatz/openbsd-5.9-amd64 instances: - - name: ansible-role-nsd + - name: ansible-role-example options: append_platform_to_hostname: yes raw_config_args: -- GitLab