running stable tag for demw-1.test.sveidas.se
This commit is contained in:
parent
6e8cd4d84f
commit
d548b6f8d9
1 changed files with 3 additions and 1 deletions
|
@ -206,10 +206,12 @@ def main():
|
|||
if OS_INFO["VERSION_CODENAME"] == "bullseye":
|
||||
pass
|
||||
|
||||
|
||||
if re.match('^idm-sto\d-test-', host_info["fqdn"]):
|
||||
modules["sunet"]["tag"] = "jocar-idm-*"
|
||||
|
||||
if re.match('demw-1.test.sveidas.se', host_info["fqdn"]):
|
||||
modules["sunet"]["tag"] = "stable-2023v1-2*"
|
||||
|
||||
# Build list of expected file content
|
||||
file_lines = create_file_content(modules)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue