Created
February 25, 2015 19:23
-
-
Save natea/1944ca673970f93de816 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASK: [app_deployment | Run syncdb] ******************************************* | |
failed: [104.236.251.189] => {"cmd": "python manage.py syncdb --noinput --settings=launcher.settings.production --pythonpath=/opt/launcher/launcher", "failed": true, "path": "/opt/venv/launcher/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games", "state": "absent", "syspath": ["/root/.ansible/tmp/ansible-tmp-1424892135.32-280480941851882", "/usr/local/lib/python2.7/dist-packages/pip-6.0.8-py2.7.egg", "/usr/lib/python2.7", "/usr/lib/python2.7/plat-x86_64-linux-gnu", "/usr/lib/python2.7/lib-tk", "/usr/lib/python2.7/lib-old", "/usr/lib/python2.7/lib-dynload", "/usr/local/lib/python2.7/dist-packages", "/usr/lib/python2.7/dist-packages"]} | |
msg: | |
:stderr: CommandError: Conflicting migrations detected (0002_project_arguments, 0002_customdomainmapping in deployment). | |
To fix them run 'python manage.py makemigrations --merge' | |
FATAL: all hosts have already failed -- aborting | |
PLAY RECAP ******************************************************************** | |
to retry, use: --limit @/Users/nateaune/launcher.retry | |
104.236.251.189 : ok=58 changed=7 unreachable=0 failed=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment