Wrong command.
This commit is contained in:
parent
7f8612c437
commit
725f2d2238
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
- service: name="httpd" state=stopped
|
- service: name="httpd" state=stopped
|
||||||
- name: Upgrade the database, only on the primary web node.
|
- 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:
|
args:
|
||||||
chdir: /usr/lib/python2.7/site-packages/pdc/
|
chdir: /usr/lib/python2.7/site-packages/pdc/
|
||||||
when: inventory_hostname_short == 'pdc-web01'
|
when: inventory_hostname_short == 'pdc-web01'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue