ansible-modules-hashivault icon indicating copy to clipboard operation
ansible-modules-hashivault copied to clipboard

Replace python shebang with python3

Open PhotoTeeborChoka opened this issue 3 years ago • 1 comments

What

Since the python 2 has been deprecated, Ubuntu OS does not ship the /usr/bin/python command. The shebang used in this project's files references it though, which leads to module failures on Ubuntu OS. In order to improve the expected behavior, the shebangs **should be replaced with #!/usr/bin/env python3.

PhotoTeeborChoka avatar Sep 08 '22 14:09 PhotoTeeborChoka

This likely relates to issues in #415

PhotoTeeborChoka avatar Sep 08 '22 14:09 PhotoTeeborChoka

This comes off as more of an ubuntu problem. I don't think it makes sense to fix

TerryHowe avatar Mar 11 '23 13:03 TerryHowe