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:
parent
fe53d86a83
commit
58dbf2446c
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Cobbler external inventory script
|
Cobbler external inventory script
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from ipalib import api
|
from ipalib import api
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue