Skip to content

Commit

Permalink
hostname - Add Manjaro Linux distribution (#64810)
Browse files Browse the repository at this point in the history
* Add Manjaro Linux distribution
  • Loading branch information
aisbergg authored and Akasurde committed Nov 14, 2019
1 parent e0373a7 commit a75a79b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
@@ -0,0 +1,2 @@
bugfixes:
- hostname - make module work on Manjaro Linux (https://github.com/ansible/ansible/issues/61382)
6 changes: 6 additions & 0 deletions lib/ansible/modules/system/hostname.py
Expand Up @@ -628,6 +628,12 @@ class ArchARMHostname(Hostname):
strategy_class = SystemdStrategy


class ManjaroHostname(Hostname):
platform = 'Linux'
distribution = 'Manjaro'
strategy_class = SystemdStrategy


class RHELHostname(Hostname):
platform = 'Linux'
distribution = 'Redhat'
Expand Down

0 comments on commit a75a79b

Please sign in to comment.