mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fixes issue #8339 where Scientific Linux incorrectly tries to use FedoraStrategy of hostnamectl
This commit is contained in:
@@ -344,7 +344,7 @@ class ScientificHostname(Hostname):
|
||||
class ScientificLinuxHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Scientific linux'
|
||||
strategy_class = FedoraStrategy
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
class AmazonLinuxHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
|
||||
Reference in New Issue
Block a user