hostname - fix Oracle Linux (#58510)

This commit is contained in:
Sam Doran 2019-06-28 12:24:03 -04:00 committed by GitHub
parent 393ea1cd55
commit 1a5ae366f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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

View file

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