mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Apply the same change as https://github.com/hnakamur/ansible-playbooks/pull/2
This commit is contained in:
@@ -221,6 +221,11 @@ class RedHatStrategy(GenericStrategy):
|
|||||||
self.module.fail_json(msg="failed to update hostname: %s" %
|
self.module.fail_json(msg="failed to update hostname: %s" %
|
||||||
str(err))
|
str(err))
|
||||||
|
|
||||||
|
class RedHat5Hostname(Hostname):
|
||||||
|
platform = 'Linux'
|
||||||
|
distribution = 'Redhat'
|
||||||
|
strategy_class = RedHatStrategy
|
||||||
|
|
||||||
class RedHatHostname(Hostname):
|
class RedHatHostname(Hostname):
|
||||||
platform = 'Linux'
|
platform = 'Linux'
|
||||||
distribution = 'Red hat enterprise linux server'
|
distribution = 'Red hat enterprise linux server'
|
||||||
|
|||||||
Reference in New Issue
Block a user