mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
check license permission on host create
This commit is contained in:
parent
46998cdcfe
commit
4cf7344dc4
@ -1573,6 +1573,7 @@ class InventoryScanJobTemplateList(SubListAPIView):
|
||||
|
||||
class HostList(ListCreateAPIView):
|
||||
|
||||
always_allow_superuser = False
|
||||
model = Host
|
||||
serializer_class = HostSerializer
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user