mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
Merge pull request #1667 from wwitzel3/issue-1622
Host is not a Resource, access is granted indirectly through Inventory
This commit is contained in:
commit
2cf11b9fe3
@ -321,7 +321,7 @@ class Inventory(CommonModel, ResourceMixin):
|
||||
return self.groups.exclude(parents__pk__in=group_pks).distinct()
|
||||
|
||||
|
||||
class Host(CommonModelNameNotUnique, ResourceMixin):
|
||||
class Host(CommonModelNameNotUnique):
|
||||
'''
|
||||
A managed node
|
||||
'''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user