Cut the 3 from python command to follow shebang recommendations

https://docs.ansible.com/ansible-core/devel/dev_guide/testing/sanity/shebang.html
This commit is contained in:
Laurent Indermuehle 2023-03-03 17:08:51 +01:00
parent 1d983e96c5
commit 3af456107e
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
import yaml
import os