Skip to content
Snippets Groups Projects
Commit 258289e2 authored by nimrod's avatar nimrod
Browse files

- Only install test utilities on Debian based OSes (in OpenBSD they're part of base).

parent 8f7ea3af
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment