mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Apply the same change as https://github.com/hnakamur/ansible-playbooks/pull/2
This commit is contained in:
parent
3f4b2d4a24
commit
63a552b2d3
1 changed files with 5 additions and 0 deletions
|
@ -221,6 +221,11 @@ class RedHatStrategy(GenericStrategy):
|
|||
self.module.fail_json(msg="failed to update hostname: %s" %
|
||||
str(err))
|
||||
|
||||
class RedHat5Hostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Redhat'
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
class RedHatHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Red hat enterprise linux server'
|
||||
|
|
Loading…
Reference in a new issue