]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
is update_cache not update-cache
authorAlfredo Deza <adeza@redhat.com>
Wed, 24 Jun 2015 17:43:27 +0000 (13:43 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 24 Jun 2015 17:43:27 +0000 (13:43 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-deploy-pull-requests/setup/playbooks/tasks/ubuntu.yml

index cfcebbb3dccd6be2abf048933efd2a2e29b6bab1..835e7aef2ecddf4a81f17a779afe836c157a6f82 100644 (file)
@@ -3,7 +3,7 @@
     action: apt_repository repo=ppa:fkrull/deadsnakes state=present
 
   - name: "update apt repo"
-    action: apt update-cache=yes
+    action: apt update_cache=yes
 
   - name: install python requirements
     action: apt pkg=$item state=installed