mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 17:50:02 -03:30
Changed how Project local_path is configured, added option to specify playbook on JobTemplate and Job, updated admin and tests.
This commit is contained in:
@@ -70,7 +70,7 @@ class ProjectSerializer(BaseSerializer):
|
||||
|
||||
class Meta:
|
||||
model = Project
|
||||
fields = ('url', 'id', 'name', 'description', 'creation_date', 'local_repository', 'default_playbook', 'scm_type')
|
||||
fields = ('url', 'id', 'name', 'description', 'creation_date', 'local_path')#, 'default_playbook', 'scm_type')
|
||||
|
||||
def get_related(self, obj):
|
||||
# FIXME: add related resources: inventories
|
||||
|
||||
Reference in New Issue
Block a user