Fixup fireball installation playbook
This commit is contained in:
parent
096607eea4
commit
89bb1b8368
1 changed files with 6 additions and 4 deletions
|
@ -647,10 +647,12 @@ any platform. You will also need gcc and zeromq-devel installed from your packa
|
||||||
connection: ssh
|
connection: ssh
|
||||||
tasks:
|
tasks:
|
||||||
- action: easy_install name=pip
|
- action: easy_install name=pip
|
||||||
- action: pip name=pyzmq state=present
|
- action: pip name=$item state=present
|
||||||
- action: pip name=pyasn1
|
with_items:
|
||||||
- action: pip name=PyCrypto
|
- pyzmq
|
||||||
- action: pip name=python-keyczar
|
- pyasn1
|
||||||
|
- PyCrypto
|
||||||
|
- python-keyczar
|
||||||
|
|
||||||
For more information about fireball, see the module documentation section.
|
For more information about fireball, see the module documentation section.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue