diff --git a/playbooks/hosts/lists-dev.cloud.fedoraproject.org.yml b/playbooks/hosts/lists-dev.cloud.fedoraproject.org.yml index 62a12df4f1..ee64b94075 100644 --- a/playbooks/hosts/lists-dev.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/lists-dev.cloud.fedoraproject.org.yml @@ -215,9 +215,12 @@ owner=root group=root mode=0600 - # FIXME - should these commands either be set conditional to a check - # FIXME - or should they at least pass a creates= to avoid running everytime? # Sync databases + # FIXME the db migrations should happen no matter when the pkgs are updated + # so really this should be run once + # and then stored in a yun-post-transaction-action on the system(s) + # so no matter when it is run the right thing happens + - name: run django syncdb command: /usr/bin/django-admin syncdb --pythonpath=/etc/$item/sites/default --settings=settings with_items: