test: improve molecule code
This commit is contained in:
parent
9701ec9eac
commit
614047c3a7
2 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue