mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 12:09:20 -02:30
Add an interface for new ee options
This commit is contained in:
committed by
Shane McDonald
parent
31e7e10f30
commit
4ca33579a5
@@ -1365,7 +1365,7 @@ class ExecutionEnvironmentSerializer(BaseSerializer):
|
||||
|
||||
class Meta:
|
||||
model = ExecutionEnvironment
|
||||
fields = ('*', 'organization', 'image', 'managed_by_tower', 'credential')
|
||||
fields = ('*', 'organization', 'image', 'managed_by_tower', 'credential', 'container_options')
|
||||
|
||||
def get_related(self, obj):
|
||||
res = super(ExecutionEnvironmentSerializer, self).get_related(obj)
|
||||
|
||||
Reference in New Issue
Block a user