Allow script to work on old and not yet usr-merged systems
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2598|3|2595|3|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/298//ansiblelint">Evolix » ansible-roles » unstable #298</a>
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
David Prevot 2023-07-20 16:17:43 +02:00
parent f2eaac0894
commit 440a54c21c

View file

@ -1,4 +1,4 @@
#!/bin/env python3
#!/usr/bin/env python3
import re
import sys
@ -149,4 +149,4 @@ def main():
if __name__ == "__main__":
main()
sys.exit(0)
sys.exit(0)