hostname: PopOS support (#69295)
Added support for PopOS in hostname module. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
084587913a
commit
e28e86a428
2 changed files with 8 additions and 0 deletions
2
changelogs/fragments/69286_popos_hostname.yml
Normal file
2
changelogs/fragments/69286_popos_hostname.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- Added hostname support for PopOS in hostname module.
|
|
@ -814,6 +814,12 @@ class VoidLinuxHostname(Hostname):
|
|||
strategy_class = DebianStrategy
|
||||
|
||||
|
||||
class PopHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Pop'
|
||||
strategy_class = DebianStrategy
|
||||
|
||||
|
||||
def main():
|
||||
module = AnsibleModule(
|
||||
argument_spec=dict(
|
||||
|
|
Loading…
Add table
Reference in a new issue