From 258289e21d53380b56a0bd6ba8870c683df85ed5 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 18 Dec 2016 17:24:24 +0200
Subject: [PATCH] - Only install test utilities on Debian based OSes (in
 OpenBSD they're part of base).

---
 tests/playbook.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/playbook.yml b/tests/playbook.yml
index 1c4d460..5bf39d8 100644
--- a/tests/playbook.yml
+++ b/tests/playbook.yml
@@ -17,6 +17,7 @@
               zonefile: "testzone"
   post_tasks:
       - name: APT install test utilities
+        when: ansible_pkg_mgr == 'apt'
         apt:
             name: [net-tools, dnsutils]
             state: present
-- 
GitLab