Wrong command.

This commit is contained in:
Ralph Bean 2017-03-16 16:48:15 +00:00
parent 7f8612c437
commit 725f2d2238

View file

@ -60,7 +60,7 @@
ignore_errors: true
- service: name="httpd" state=stopped
- name: Upgrade the database, only on the primary web node.
command: python /usr/lib/python2.7/site-packages/pdc/manage.py syncdb --noinput
command: python /usr/lib/python2.7/site-packages/pdc/manage.py migrate --noinput
args:
chdir: /usr/lib/python2.7/site-packages/pdc/
when: inventory_hostname_short == 'pdc-web01'