mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Add ALT Linux support to hostname module
This commit is contained in:
parent
953ed0aecc
commit
37d6c10133
1 changed files with 5 additions and 0 deletions
|
@ -425,6 +425,11 @@ class GentooHostname(Hostname):
|
||||||
distribution = 'Gentoo base system'
|
distribution = 'Gentoo base system'
|
||||||
strategy_class = OpenRCStrategy
|
strategy_class = OpenRCStrategy
|
||||||
|
|
||||||
|
class ALTLinuxHostname(Hostname):
|
||||||
|
platform = 'Linux'
|
||||||
|
distribution = 'Altlinux'
|
||||||
|
strategy_class = RedHatStrategy
|
||||||
|
|
||||||
# ===========================================
|
# ===========================================
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue