mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 02:47:35 -02:30
Host is not a Resource, access is granted indirectly through Inventory
This commit is contained in:
@@ -321,7 +321,7 @@ class Inventory(CommonModel, ResourceMixin):
|
|||||||
return self.groups.exclude(parents__pk__in=group_pks).distinct()
|
return self.groups.exclude(parents__pk__in=group_pks).distinct()
|
||||||
|
|
||||||
|
|
||||||
class Host(CommonModelNameNotUnique, ResourceMixin):
|
class Host(CommonModelNameNotUnique):
|
||||||
'''
|
'''
|
||||||
A managed node
|
A managed node
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user