mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 12:21:12 +00:00
Fix for RHEL6.
This commit is contained in:
@@ -223,7 +223,7 @@ class RedHatStrategy(GenericStrategy):
|
||||
|
||||
class RedHatHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Redhat'
|
||||
distribution = 'Red hat enterprise linux server'
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
class CentOSHostname(Hostname):
|
||||
|
||||
Reference in New Issue
Block a user