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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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