Syntax error.
This commit is contained in:
parent
e174ad4b60
commit
2e06e3df6f
|
@ -127,7 +127,7 @@ def main():
|
|||
if host_info:
|
||||
if host_info["fqdn"] == "internal-sto4-test-monitor-1.rut.sunet.se":
|
||||
modules["sunet"]["tag"] = "mifr-monitor*"
|
||||
if "internal-sto4-test-k8sc" host_info["fqdn"]:
|
||||
if "internal-sto4-test-k8sc" in host_info["fqdn"]:
|
||||
modules["sunet"]["tag"] = "mifr-nft-fixes*"
|
||||
# if host_info["fqdn"] == "internal-sto1-test-forgejo-2.platform.sunet.se":
|
||||
# modules["sunet"]["tag"] = "testing-2*"
|
||||
|
|
Loading…
Reference in a new issue