mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-23 14:31:44 -07:00
Fix for RHEL6.
This commit is contained in:
parent
54243dc8f5
commit
abed2c47fa
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ class RedHatStrategy(GenericStrategy):
|
||||||
|
|
||||||
class RedHatHostname(Hostname):
|
class RedHatHostname(Hostname):
|
||||||
platform = 'Linux'
|
platform = 'Linux'
|
||||||
distribution = 'Redhat'
|
distribution = 'Red hat enterprise linux server'
|
||||||
strategy_class = RedHatStrategy
|
strategy_class = RedHatStrategy
|
||||||
|
|
||||||
class CentOSHostname(Hostname):
|
class CentOSHostname(Hostname):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue