Commit 6f496422 by Michael DeHaan

All modules should be using /usr/bin/python in the shebang as…

All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ).
Fixing for standardization purposes.
parent 1740a7a3
#!/usr/bin/env python
#
#!/usr/bin/python
# (c) 2013, Cove Schneider
#
......
#!/usr/bin/env python2
#!/usr/bin/python
#coding: utf-8 -*-
# This module is free software: you can redistribute it and/or modify
......
#!/usr/bin/env python2
#!/usr/bin/python
#coding: utf-8 -*-
# This module is free software: you can redistribute it and/or modify
......
#!/usr/bin/python2
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
......
#!/usr/bin/env python2
#!/usr/bin/python
#coding: utf-8 -*-
# This module is free software: you can redistribute it and/or modify
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment