mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix lack of support for Cumulus Linux with Hostname module in Ansible v2.8.0. (#57493)
This commit is contained in:
2
changelogs/fragments/hostname_cumulus_linux_support.yaml
Normal file
2
changelogs/fragments/hostname_cumulus_linux_support.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- hostname - Readded support for Cumulus Linux which broke in v2.8.0 (https://github.com/ansible/ansible/pull/57493)
|
||||
@@ -637,6 +637,12 @@ class DebianHostname(Hostname):
|
||||
strategy_class = DebianStrategy
|
||||
|
||||
|
||||
class CumulusHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Cumulus-linux'
|
||||
strategy_class = DebianStrategy
|
||||
|
||||
|
||||
class KaliHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Kali'
|
||||
|
||||
Reference in New Issue
Block a user