ansible-community / molecule-plugins

Collection on molecule plugins
MIT License
109 stars 73 forks source link

ruff: address EXE #145

Closed ssbarnea closed 1 year ago

apatard commented 1 year ago

I'm not familiar with ruff. What's the rational for changing things like a ansible module to mode 755 ? And for the scripts, iirc, ansible should put the right file mode since they're using with the script module.

ssbarnea commented 1 year ago

@apatard Any file that has a shebang line should be set as executable. The alternative is to remove the shebang line. Is more of a generic UNIX requirement.