hostname - add Almalinux support (#73619)

pull/73650/head
Aaron Guise 4 years ago committed by GitHub
parent ccbfdec334
commit ac0dedda72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
bugfixes:
- hostname - add Almalinux support (https://github.com/ansible/ansible/pull/73619)

@ -773,6 +773,12 @@ class ArchARMHostname(Hostname):
strategy_class = SystemdStrategy
class AlmaLinuxHostname(Hostname):
platform = 'Linux'
distribution = 'Almalinux'
strategy_class = SystemdStrategy
class ManjaroHostname(Hostname):
platform = 'Linux'
distribution = 'Manjaro'

Loading…
Cancel
Save