Test new stuff
This commit is contained in:
parent
2f3c8077a7
commit
bd1a94e506
1 changed files with 5 additions and 3 deletions
|
@ -115,9 +115,11 @@ def main():
|
|||
if OS_INFO["VERSION_CODENAME"] == "bullseye":
|
||||
pass
|
||||
|
||||
#if host_info:
|
||||
#if "internal-sto3-test-db-3.geteduroam.sunet.se" in host_info["fqdn"]:
|
||||
# modules["sunet"]["tag"] = "jocar-mariadb-simple*"
|
||||
if host_info:
|
||||
if "internal-sto1-test-backup-1.geteduroam.sunet.se" in host_info["fqdn"]:
|
||||
modules["sunet"]["tag"] = "jocar-mariadb-backup-2*"
|
||||
if "internal-sto3-test-db-3.geteduroam.sunet.se" in host_info["fqdn"]:
|
||||
modules["sunet"]["tag"] = "jocar-mariadb-backup-2*"
|
||||
|
||||
# Build list of expected file content
|
||||
file_lines = create_file_content(modules)
|
||||
|
|
Loading…
Add table
Reference in a new issue