ansible / galaxy_collection

Collection of modules and roles to configure Automation Hub
GNU General Public License v3.0
54 stars 50 forks source link

FIX: sanity failing due to added shebang in module_utils #372

Closed Tompage1994 closed 3 months ago

Tompage1994 commented 3 months ago

What does this PR do?

Removes the shebang from module_utils which causes failing sanity tests.

How should this be tested?

CI will start passing

Is there a relevant Issue open for this?

N/A

Other Relevant info, PRs, etc

Fixes issue introduced by #370