test: improve molecule code
This commit is contained in:
parent
9701ec9eac
commit
614047c3a7
2 changed files with 0 additions and 4 deletions
|
|
@ -37,8 +37,6 @@ platforms:
|
||||||
|
|
||||||
provisioner:
|
provisioner:
|
||||||
name: "ansible"
|
name: "ansible"
|
||||||
env:
|
|
||||||
ANSIBLE_REMOTE_TMP: "/tmp"
|
|
||||||
|
|
||||||
verifier:
|
verifier:
|
||||||
name: "ansible"
|
name: "ansible"
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue