galaxyproject / ansible-gxadmin

0 stars 4 forks source link

Be specific about the platforms the role supports #9

Closed kysrpex closed 11 months ago

kysrpex commented 11 months ago

I think claiming that it works with all versions of EL and Ubuntu is naive, let's be specific.

The motivation for this PR is #10.

hexylena commented 11 months ago

I don't think it's naïve, it's a bash script that's downloaded, there is absolutely nothing platform specific in here, no platform specific nor version specific package names (e.g. databases).

kysrpex commented 11 months ago

I don't think it's naïve, it's a bash script that's downloaded, there is absolutely nothing platform specific in here, no platform specific nor version specific package names (e.g. databases).

Yes, I also think it is unlikely that things will fail, I was just trying to be consistent with the tested versions. If something ever fails we can always come back to this PR :)