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

@ -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