test: improve molecule code

This commit is contained in:
Simon Cornet 2025-07-17 17:11:42 +02:00
commit 614047c3a7
2 changed files with 0 additions and 4 deletions

View file

@ -37,8 +37,6 @@ platforms:
provisioner: provisioner:
name: "ansible" name: "ansible"
env:
ANSIBLE_REMOTE_TMP: "/tmp"
verifier: verifier:
name: "ansible" name: "ansible"

View file

@ -12,11 +12,9 @@
ansible.builtin.package: ansible.builtin.package:
name: "unbound" name: "unbound"
state: "present" state: "present"
check_mode: true
# check if unbound is started # check if unbound is started
- name: "check service" - name: "check service"
ansible.builtin.service: ansible.builtin.service:
name: "unbound" name: "unbound"
state: "started" state: "started"
check_mode: true