浏览代码

[fifteen5] Fix managment command

Colin Powell 4 年之前
父节点
当前提交
5ca182e5db
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ansible/roles/fifteen5/tasks/main.yml

+ 1 - 1
ansible/roles/fifteen5/tasks/main.yml

@@ -28,7 +28,7 @@
     executable: pip
 
 - name: 15Five migrations up to date
-  command: bash -lc "direnv exec /root/fifteen5 python manage.py migrate"
+  command: bash -lc "direnv exec /root/fifteen5 python /root/fifteen5/manage.py migrate"
 
 - name: 15Five supervisor file installed
   copy: