Skip to content

Commit

Permalink
hostname - fix Oracle Linux (ansible#58510)
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran authored Jun 28, 2019
1 parent 393ea1c commit 1a5ae36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/hostname-oracle-linux-regeression.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- hostname - fix regression with Oracle Linux (https://github.com/ansible/ansible/issues/42726)
2 changes: 1 addition & 1 deletion lib/ansible/modules/system/hostname.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ class ScientificHostname(Hostname):

class OracleLinuxHostname(Hostname):
platform = 'Linux'
distribution = 'Ol'
distribution = 'Oracle'
strategy_class = RedHatStrategy


Expand Down

0 comments on commit 1a5ae36

Please sign in to comment.