mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixes issue #8339 where Scientific Linux incorrectly tries to use FedoraStrategy of hostnamectl
This commit is contained in:
parent
b9a5242f03
commit
c0966eee7c
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue