mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add Linuxmint support in hostname module
This commit is contained in:
committed by
Matt Clay
parent
7ea6650d6c
commit
5b48ecc80a
@@ -410,6 +410,11 @@ class UbuntuHostname(Hostname):
|
||||
distribution = 'Ubuntu'
|
||||
strategy_class = DebianStrategy
|
||||
|
||||
class LinuxmintHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Linuxmint'
|
||||
strategy_class = DebianStrategy
|
||||
|
||||
class LinaroHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Linaro'
|
||||
|
||||
Reference in New Issue
Block a user