mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
move manage.py up one level
This commit is contained in:
@@ -59,9 +59,9 @@
|
||||
- name: sync django database
|
||||
django_manage: >
|
||||
command=syncdb
|
||||
app_path=${working_dir}/acom
|
||||
app_path=${working_dir}
|
||||
|
||||
- name: run south migrations
|
||||
command: python ${working_dir}/acom/manage.py migrate main
|
||||
command: python ${working_dir}/manage.py migrate main
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user