Skip to content

Commit

Permalink
Support manjaro arm in hostname module (ansible#69861)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovv authored Jul 30, 2020
1 parent dc79528 commit fcea879
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/ansible/modules/hostname.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,12 @@ class ManjaroHostname(Hostname):
strategy_class = SystemdStrategy


class ManjaroARMHostname(Hostname):
platform = 'Linux'
distribution = 'Manjaro-arm'
strategy_class = SystemdStrategy


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

0 comments on commit fcea879

Please sign in to comment.