mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
Add Sangoma linux (#45430)
Fixes https://github.com/ansible/ansible/issues/45300
This commit is contained in:
committed by
Brian Coca
parent
ec3ce1f39c
commit
371d9596f4
@@ -679,6 +679,12 @@ class AmazonLinuxHostname(Hostname):
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
|
||||
class SangomaLinuxHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Derived from red hat enterprise linux '
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
|
||||
class DebianHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Debian'
|
||||
|
||||
Reference in New Issue
Block a user