Skip to content

Commit e09f644

Browse files
janis-axRendanic
authored andcommitted
fix: 🐛 Change shebang line to recommend method
Changed Shebang line to recommend method and fixes #521
1 parent 45b185f commit e09f644

24 files changed

+24
-24
lines changed

plugins/modules/oracle_asmdg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

44
import os

plugins/modules/oracle_asmvol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

44
# import os

plugins/modules/oracle_datapatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

44
import os

plugins/modules/oracle_facts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

44
from ansible.module_utils.basic import AnsibleModule

plugins/modules/oracle_gi_facts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

44
import os

plugins/modules/oracle_grants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

44
from ansible.module_utils.basic import AnsibleModule

plugins/modules/oracle_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

44
import re

plugins/modules/oracle_jobclass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

44
from ansible.module_utils.basic import AnsibleModule

plugins/modules/oracle_jobschedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

44
import re

plugins/modules/oracle_jobwindow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

44
from datetime import timedelta

0 commit comments

Comments
 (0)