From 7d96c1a11fc442b4efddf9ce5250cf0a9dfaf02e Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Sun, 28 Jun 2026 22:47:11 +0200 Subject: Parametrize server-side borg user Adds option to choose a non-default borg backup user on the server. --- molecule/default/tests/test_installation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'molecule/default/tests/test_installation.py') diff --git a/molecule/default/tests/test_installation.py b/molecule/default/tests/test_installation.py index b1be621..bacc320 100644 --- a/molecule/default/tests/test_installation.py +++ b/molecule/default/tests/test_installation.py @@ -1,4 +1,4 @@ -testinfra_hosts = ['borg-client', 'borg-server'] +testinfra_hosts = ['borg-client', 'borg-server', 'borg-server-2'] def test_borg_installed(host): -- cgit v1.2.3