Fix deprecated syntax for regex
This commit is contained in:
parent
6ddeffac79
commit
6dc59a2b19
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ def main():
|
|||
if OS_INFO["VERSION_CODENAME"] == "bullseye":
|
||||
pass
|
||||
|
||||
if re.match('^idm-sto\d-qa-', host_info["fqdn"]):
|
||||
if re.match(r'^idm-sto\d-qa-', host_info["fqdn"]):
|
||||
modules["sunet"]["tag"] = "jocar-idm-*"
|
||||
|
||||
qa_exceptions = ['nic.komreg.net', 'jmp.komreg.net', 'md1.komreg.net']
|
||||
|
|
Loading…
Add table
Reference in a new issue