hostname - fix Oracle Linux (#58510)
This commit is contained in:
parent
393ea1cd55
commit
1a5ae366f4
2 changed files with 3 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
bugfixes:
|
||||||
|
- hostname - fix regression with Oracle Linux (https://github.com/ansible/ansible/issues/42726)
|
|
@ -657,7 +657,7 @@ class ScientificHostname(Hostname):
|
||||||
|
|
||||||
class OracleLinuxHostname(Hostname):
|
class OracleLinuxHostname(Hostname):
|
||||||
platform = 'Linux'
|
platform = 'Linux'
|
||||||
distribution = 'Ol'
|
distribution = 'Oracle'
|
||||||
strategy_class = RedHatStrategy
|
strategy_class = RedHatStrategy
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue