mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add ALT Linux support to hostname module
This commit is contained in:
committed by
Matt Clay
parent
953ed0aecc
commit
37d6c10133
@@ -425,6 +425,11 @@ class GentooHostname(Hostname):
|
||||
distribution = 'Gentoo base system'
|
||||
strategy_class = OpenRCStrategy
|
||||
|
||||
class ALTLinuxHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Altlinux'
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
# ===========================================
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user