mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix various inventory scripts to use env python
Fix https://github.com/ansible/ansible/issues/9948
This commit is contained in:
parent
fe53d86a83
commit
58dbf2446c
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import json
|
||||
from ipalib import api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue