From c4c0cace881895dc3732abc8795cf4fad9f9f40e Mon Sep 17 00:00:00 2001 From: beeankha Date: Tue, 17 Mar 2020 12:55:32 -0400 Subject: [PATCH] Fix ansible shebang error --- awx_collection/tools/templates/tower_module.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/tools/templates/tower_module.j2 b/awx_collection/tools/templates/tower_module.j2 index 5592b14eb8..5f728b6229 100644 --- a/awx_collection/tools/templates/tower_module.j2 +++ b/awx_collection/tools/templates/tower_module.j2 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # coding: utf-8 -*- {# The following is set by the generate.yml file: