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
This commit is contained in:
Dmitriy Rabotyagov 2022-10-04 17:46:24 +02:00
parent 02edef4106
commit b709007104

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright 2016, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");