mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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):
|
||||
platform = 'Linux'
|
||||
distribution = 'Redhat'
|
||||
distribution = 'Red hat enterprise linux server'
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
class CentOSHostname(Hostname):
|
||||
|
|
Loading…
Reference in a new issue