mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Add support for 'KDE Neon' to hostname module (#25262)
Added the class "NeonHostname" to add support for KDE Neon.
This commit is contained in:
committed by
Adrian Likins
parent
b12925fcdb
commit
4b0ee9a5e7
@@ -743,6 +743,12 @@ class NetBSDHostname(Hostname):
|
||||
strategy_class = FreeBSDStrategy
|
||||
|
||||
|
||||
class NeonHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Neon'
|
||||
strategy_class = DebianStrategy
|
||||
|
||||
|
||||
# ===========================================
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user