mirror of
https://github.com/jimeh/ansible-adguardhome.git
synced 2026-02-19 07:06:38 +00:00
test: Add Debian 9 and 10 to molecule platforms
This commit is contained in:
@@ -37,7 +37,7 @@ def test_adguardhome_binary(host):
|
||||
|
||||
|
||||
def test_adguardhome_service(host):
|
||||
s = host.service('adguardhome')
|
||||
s = host.service('adguardhome.service')
|
||||
|
||||
assert s.is_enabled
|
||||
assert s.is_running
|
||||
|
||||
Reference in New Issue
Block a user