mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add support for hostname on Raspbian (#51273)
This commit is contained in:
parent
2413169b25
commit
ffac260c66
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue