[stable-2.10] hostname - add Almalinux support (#73619) (#73648)

(cherry picked from commit ac0dedda72)

Co-authored-by: Aaron Guise <guisea@users.noreply.github.com>
pull/73776/head
Sam Doran 4 years ago committed by GitHub
parent 3e95e3c0a0
commit ebe0ed9331
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)

@ -632,6 +632,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