passlib
This commit is contained in:
parent
ea0b6a61d1
commit
b3d9dbdab4
|
@ -23,6 +23,13 @@ You should see:
|
||||||
"changed": false,
|
"changed": false,
|
||||||
"ping": "pong"
|
"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
|
### Run the play
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user