Revert "[stable-2.8] hostname - fix Oracle Linux (#58510)"

This reverts commit dd304b4811.

Only affects 2.9+ as it is introduced by bundling a new version of
distro
This commit is contained in:
Toshio Kuratomi 2019-07-02 23:59:48 -07:00
parent 6e7fcf38a8
commit 6db2c66835
2 changed files with 1 additions and 3 deletions

View file

@ -1,2 +0,0 @@
bugfixes:
- hostname - fix regression with Oracle Linux (https://github.com/ansible/ansible/issues/42726)

View file

@ -639,7 +639,7 @@ class ScientificHostname(Hostname):
class OracleLinuxHostname(Hostname):
platform = 'Linux'
distribution = 'Oracle'
distribution = 'Ol'
strategy_class = RedHatStrategy