mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
only require the name field when creating instance group
This commit is contained in:
parent
0e4b0e86bf
commit
38885580b4
@ -4599,7 +4599,7 @@ class InstanceGroupSerializer(BaseSerializer):
|
||||
"this group when new instances come online.")
|
||||
)
|
||||
policy_instance_list = serializers.ListField(
|
||||
child=serializers.CharField(),
|
||||
child=serializers.CharField(), required=False,
|
||||
help_text=_("List of exact-match Instances that will be assigned to this group")
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user