mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add Linuxmint support in hostname module
This commit is contained in:
parent
7ea6650d6c
commit
5b48ecc80a
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue