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
pull/58676/head
Toshio Kuratomi 7 years ago
parent 6e7fcf38a8
commit 6db2c66835

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

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

Loading…
Cancel
Save