DCD-880: Install postgresql as part of slingshot backup

This commit is contained in:
Ben Partridge
2020-01-03 13:32:27 +11:00
parent 58692b2843
commit 5d543b3f0c
5 changed files with 18 additions and 1 deletions

View File

@@ -8,3 +8,4 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
def test_slingshot_installed(host):
assert host.file('/usr/bin/atlassian-slingshot').exists
assert host.file('/usr/bin/psql').exists