Skip to content
Snippets Groups Projects
Commit 9ebcef2c authored by Te-Hung Tseng's avatar Te-Hung Tseng
Browse files

Linted

parent 439bff0d
No related branches found
No related tags found
1 merge request!2Error fix
Pipeline #11423 passed
......@@ -8,6 +8,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
def test_rsync_installed(host):
assert host.package("rsync").is_installed
def test_rsync_running_and_enabled(host):
assert host.service("rsyncd").is_running
assert host.service("rsyncd").is_enabled
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment