mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
Allow setting ip_address for execution nodes
This commit is contained in:
@@ -344,6 +344,7 @@ class InstanceDetail(RetrieveUpdateAPIView):
|
||||
data.pop('listener_port', None)
|
||||
data.pop('node_type', None)
|
||||
data.pop('hostname', None)
|
||||
data.pop('ip_address', None)
|
||||
return super(InstanceDetail, self).update_raw_data(data)
|
||||
|
||||
def update(self, request, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user