mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
add support for hostname on Raspbian (#51273)
This commit is contained in:
committed by
Brian Coca
parent
2413169b25
commit
ffac260c66
@@ -721,6 +721,12 @@ class DevuanHostname(Hostname):
|
||||
strategy_class = DebianStrategy
|
||||
|
||||
|
||||
class RaspbianHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Raspbian gnu/linux'
|
||||
strategy_class = DebianStrategy
|
||||
|
||||
|
||||
class GentooHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Gentoo base system'
|
||||
|
||||
Reference in New Issue
Block a user