mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
committed by
Adrian Likins
parent
264452e0a8
commit
efec43dd1e
@@ -610,6 +610,11 @@ class RedHat5Hostname(Hostname):
|
|||||||
distribution = 'Redhat'
|
distribution = 'Redhat'
|
||||||
strategy_class = RedHatStrategy
|
strategy_class = RedHatStrategy
|
||||||
|
|
||||||
|
class RHELHostname(Hostname):
|
||||||
|
platform = 'Linux'
|
||||||
|
distribution = 'Red hat enterprise linux'
|
||||||
|
strategy_class = RedHatStrategy
|
||||||
|
|
||||||
class RedHatServerHostname(Hostname):
|
class RedHatServerHostname(Hostname):
|
||||||
platform = 'Linux'
|
platform = 'Linux'
|
||||||
distribution = 'Red hat enterprise linux server'
|
distribution = 'Red hat enterprise linux server'
|
||||||
|
|||||||
Reference in New Issue
Block a user