From 89bb1b836862b002941b66d5e29f9fe71d21a4a2 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 14 Nov 2012 18:39:01 -0500 Subject: [PATCH] Fixup fireball installation playbook --- docsite/rst/playbooks2.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docsite/rst/playbooks2.rst b/docsite/rst/playbooks2.rst index cb8a7c6af61..ab69d7ee3ba 100644 --- a/docsite/rst/playbooks2.rst +++ b/docsite/rst/playbooks2.rst @@ -647,10 +647,12 @@ any platform. You will also need gcc and zeromq-devel installed from your packa connection: ssh tasks: - action: easy_install name=pip - - action: pip name=pyzmq state=present - - action: pip name=pyasn1 - - action: pip name=PyCrypto - - action: pip name=python-keyczar + - action: pip name=$item state=present + with_items: + - pyzmq + - pyasn1 + - PyCrypto + - python-keyczar For more information about fireball, see the module documentation section.