hostname - fix Oracle Linux (#58510)

pull/58519/head
Sam Doran 5 years ago committed by GitHub
parent 393ea1cd55
commit 1a5ae366f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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):
platform = 'Linux'
distribution = 'Ol'
distribution = 'Oracle'
strategy_class = RedHatStrategy

Loading…
Cancel
Save