This commit is contained in:
Will Bradley 2013-09-26 04:16:09 -07:00
parent ea0b6a61d1
commit b3d9dbdab4

View File

@ -23,6 +23,13 @@ You should see:
"changed": false,
"ping": "pong"
}
### Install passlib (for create-user.yml)
wget https://passlib.googlecode.com/files/passlib-1.6.1.tar.gz
tar -zxvf passlib-1.6.1.tar.gz
cd passlib-1.6.1
python setup.py install
### Run the play