Преглед изворни кода

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