amendlik / salt-gen-resource

Generate Rundeck node resources from the Salt Mine
Other
8 stars 7 forks source link

Python3 update? #11

Closed zyxep closed 1 year ago

zyxep commented 1 year ago

Hey,

I was cloning this repo to my Rundeck server as per readme and then i tried to run the script. it was not happy about #!/usr/bin/env python i am on a brand new ubuntu 22.04 server, changing python to python3 fixed the executable :)

amendlik commented 1 year ago

Unlike most other distributions, Ubuntu does not provide a python executable when you install Python. Installing the python-is-python3 will correct that.