Commit 614047c3 authored by Simon Cornet's avatar Simon Cornet
Browse files

test: improve molecule code

parent 9701ec9e
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -37,8 +37,6 @@ platforms:

provisioner:
  name: "ansible"
  env:
    ANSIBLE_REMOTE_TMP: "/tmp"

verifier:
  name: "ansible"
+0 −2
Original line number Diff line number Diff line
@@ -12,11 +12,9 @@
      ansible.builtin.package:
        name: "unbound"
        state: "present"
      check_mode: true

    # check if unbound is started
    - name: "check service"
      ansible.builtin.service:
        name: "unbound"
        state: "started"
      check_mode: true