-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ch06 django_manage #5
Comments
I succeeded running this playbook today using Ansible 1.9.3 without needing the modifications you mentioned.
Python/Django virtual environment on the Vagrant machine
Please provide more information on your environment (control machine and remote machine) |
Might be related to ansible/ansible-modules-core#2856 |
Does anybody solve this issue? I met the same issue now. Stucking..... ansible --version |
Cloned ch06 playbook and ran the playbook and keep getting this output for the manage.py tasks.
I've gotten manage.py to run by
vagrant ssh
, making it executable withchmod +x manage.py
and changing the#!/usr/bin/env
on the top of the file to the virtual env. How to get around this with ansible?The text was updated successfully, but these errors were encountered: