소스 검색

[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: