1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix various inventory scripts to use env python

Fix https://github.com/ansible/ansible/issues/9948
This commit is contained in:
Michael Scherer 2015-01-07 01:29:19 +01:00
parent fe53d86a83
commit 58dbf2446c
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
""" """
Cobbler external inventory script Cobbler external inventory script

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
import json import json
from ipalib import api from ipalib import api

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# Copyright 2013 Google Inc. # Copyright 2013 Google Inc.
# #
# This file is part of Ansible # This file is part of Ansible