fix moldecule
This commit is contained in:
parent
902c508584
commit
a927f7a042
@ -4,7 +4,7 @@ dependency:
|
||||
driver:
|
||||
name: digitalocean
|
||||
platforms:
|
||||
- name: centos7-bitwarden_rs
|
||||
- name: centos7-bitwardenrs
|
||||
region_id: fra1
|
||||
image_id: centos-7-x64
|
||||
size_id: s-1vcpu-1gb
|
||||
|
@ -30,4 +30,4 @@
|
||||
|
||||
roles:
|
||||
- role: xoxys.postgres
|
||||
- role: xoxys.bitwardenrs
|
||||
- role: xoxys.bitwarden_rs
|
||||
|
@ -10,7 +10,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
|
||||
|
||||
|
||||
def test_bitwarden_rs_running(host):
|
||||
bitwarden_rs = host.docker("bitwarden_rs")
|
||||
bitwarden_rs = host.docker("bitwardenrs")
|
||||
|
||||
assert bitwarden_rs.is_running
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user