mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ).
Fixing for standardization purposes.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
#!/usr/bin/python
|
||||
|
||||
# (c) 2013, Cove Schneider
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user