mirror of
https://github.com/ansible/awx.git
synced 2026-08-04 20:10:01 -02:30
Merge pull request #2632 from anoek/2631
Removed some missed things from our Group role removal work
This commit is contained in:
@@ -443,7 +443,7 @@ class Host(CommonModelNameNotUnique):
|
||||
# Use .job_events.all() to get events affecting this host.
|
||||
|
||||
|
||||
class Group(CommonModelNameNotUnique, ResourceMixin):
|
||||
class Group(CommonModelNameNotUnique):
|
||||
'''
|
||||
A group containing managed hosts. A group or host may belong to multiple
|
||||
groups.
|
||||
|
||||
Reference in New Issue
Block a user