OSC / ood-ansible

An ansible role for Open Ondemand
MIT License
30 stars 31 forks source link

added codeready repo for actual rhel deployments #203

Closed romxero closed 1 year ago

romxero commented 1 year ago

powertools is only available on centos/rocky/alma not rhel or oracle. rhel/oracle need codeready-builder enabled.

johrstrom commented 1 year ago

Tests pass, so I'm good.

powertools is only available on centos/rocky/alma not rhel or oracle. rhel/oracle need codeready-builder enabled.

Do you need additional checks here to skip powertools if it's rhel/oracle?

romxero commented 1 year ago

Tests pass, so I'm good.

powertools is only available on centos/rocky/alma not rhel or oracle. rhel/oracle need codeready-builder enabled.

Do you need additional checks here to skip powertools if it's rhel/oracle?

I didn't encounter an issue in my testing, but additional checks would probably be a safer bet.

romxero commented 1 year ago

OK - well I don't have a RHEL proper or oracle instance to test on, but if you encounter any more issues - just make another PR and we'll get it sorted.

Thanks for this addition!

thank you for all you do!