aboutsummaryrefslogtreecommitdiffstats
path: root/molecule/default/tests/test_installation.py
diff options
context:
space:
mode:
authorColin Wilk <colin@wilk.cx>2026-06-28 22:47:11 +0200
committerColin Wilk <colin@wilk.cx>2026-06-28 23:18:35 +0200
commit7d96c1a11fc442b4efddf9ce5250cf0a9dfaf02e (patch)
tree5561dbeee61aaab05e21f3bc2895ff703a2ce137 /molecule/default/tests/test_installation.py
parent785e6c88e4c0a3ccc44fd357b4f693c5aadd432c (diff)
downloadansible-role-borgbackup-7d96c1a11fc442b4efddf9ce5250cf0a9dfaf02e.tar.gz
ansible-role-borgbackup-7d96c1a11fc442b4efddf9ce5250cf0a9dfaf02e.zip
Parametrize server-side borg user
Adds option to choose a non-default borg backup user on the server.
Diffstat (limited to 'molecule/default/tests/test_installation.py')
-rw-r--r--molecule/default/tests/test_installation.py2
1 files changed, 1 insertions, 1 deletions
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):