]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use new item syntax
authorAlfredo Deza <adeza@redhat.com>
Wed, 24 Jun 2015 17:52:15 +0000 (13:52 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 24 Jun 2015 17:52:15 +0000 (13:52 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-deploy-pull-requests/setup/playbooks/tasks/ubuntu.yml

index 835e7aef2ecddf4a81f17a779afe836c157a6f82..23bbff8ff5403eac001d58a4c063fabcc25e58ab 100644 (file)
@@ -6,7 +6,7 @@
     action: apt update_cache=yes
 
   - name: install python requirements
-    action: apt pkg=$item state=installed
+    action: apt pkg={{ item }} state=installed
     with_items:
       - python-software-properties
       - python-dev