fix moldecule

This commit is contained in:
Robert Kaussow 2020-01-17 22:30:26 +01:00
parent 902c508584
commit a927f7a042
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -30,4 +30,4 @@
roles:
- role: xoxys.postgres
- role: xoxys.bitwardenrs
- role: xoxys.bitwarden_rs

View File

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