Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable.

This commit is contained in:
Andrew Todd
2013-07-17 16:37:04 -04:00
parent fb869e58ee
commit e477d993dd
12 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python -tt
#!/usr/bin/python -tt
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify