Fix Ansible
This commit is contained in:
parent
e50bff8e14
commit
5c2df41640
3 changed files with 7 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
|||
command: /var/www/note_kfet/env/bin/python manage.py migrate
|
||||
args:
|
||||
chdir: /var/www/note_kfet
|
||||
become_user: www-data
|
||||
become_user: postgres
|
||||
|
||||
- name: Compile messages
|
||||
command: /var/www/note_kfet/env/bin/python manage.py compilemessages
|
||||
|
|
@ -21,4 +21,4 @@
|
|||
command: /var/www/note_kfet/env/bin/python manage.py loaddata initial
|
||||
args:
|
||||
chdir: /var/www/note_kfet
|
||||
become_user: www-data
|
||||
become_user: postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue