-
Notifications
You must be signed in to change notification settings - Fork 200
Conversation
rndmh3ro
commented
Apr 27, 2015
- Add check for Oracle operating systems
- Add minus sign to remove whitespace
Great work. I try to get it running on Oracle Linux, but ansible installations fails as you mentioned yesterday. How do you test this? |
- Add check for Oracle operating systems - Add minus sign to remove whitespace
@rndmh3ro Should add support CentOS as well? |
CentOS is already supported, because it is in the "Redhat"-os-family. Oracle Linux, while a clone of Redhat, decided to be in a separate os-family:
Now we can check the OS with one OR and one AND:
Or I could change it to make it clearer, what operating-systems are used, but then I have to use 2 ORs and one AND:
What do you prefer? |
I think the first one fits well. Thanks for the clarification. |
I found an inconsistency with the version-checking of the OS. I'm going to create a new PR. |
+1 |
Right now I don't know how to test Oracle fully automatically. |
Thanks for pointing this out! |
fix mysql restart not happening because of missing os specific variable