Use "#!/usr/bin/env python" for python shebang

ansible is not allowing to use "#!/usr/bin/python".

Due to a change in ansible-lint it is not possible to ignore the "bad"
shebang.
This commit is contained in:
Thomas Woerner
2023-05-04 17:03:23 +02:00
parent 2882e2426a
commit 98681bd4d2
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Authors: