Commit b5265ab1 by Joseph Mulloy Committed by GitHub

Merge pull request #3998 from edx/jdmulloy/ops1467/migrate_user

Add comment with command for running in virtualenv
parents f1ac8898 00dc0a87
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
# #
# ansible-playbook -c local -i 'localhost,' create_dbs_and_users.yml -e@./db.yml # ansible-playbook -c local -i 'localhost,' create_dbs_and_users.yml -e@./db.yml
# #
# If running ansible from a python virtualenv you will need a command like the following
#
# ansible-playbook -c local -i 'localhost,' create_dbs_and_users.yml -e@./db.yml -e "ansible_python_interpreter=$(which python)"
#
# where the content of db.yml contains the following dictionaries # where the content of db.yml contains the following dictionaries
# #
# database_connection: &default_connection # database_connection: &default_connection
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment