Commit 89bb1b83 by Michael DeHaan

Fixup fireball installation playbook

parent 096607ee
...@@ -647,10 +647,12 @@ any platform. You will also need gcc and zeromq-devel installed from your packa ...@@ -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.
......
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