From b709007104d8f6e77435f55d777f19438e7f32d5 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 4 Oct 2022 17:46:24 +0200 Subject: [PATCH] Remove sebang from get_users Shebang is not required for modern ansible versions. But in some cases it might lead to incorrect behaviour by using incorrect interpreter. Change-Id: I11763ed4563506b7d25585f8c633df08a123e731 --- library/get_users | 1 - 1 file changed, 1 deletion(-) diff --git a/library/get_users b/library/get_users index b2306124..5901b149 100755 --- a/library/get_users +++ b/library/get_users @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright 2016, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License");