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:
parent
6e7fcf38a8
commit
6db2c66835
2 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue