From: Alfredo Deza Date: Tue, 27 Oct 2015 20:35:17 +0000 (-0400) Subject: add the one handler we use X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F166%2Fhead;p=ceph-build.git add the one handler we use Signed-off-by: Alfredo Deza --- diff --git a/ansible/roles/ceph-release/handlers/main.yml b/ansible/roles/ceph-release/handlers/main.yml new file mode 100644 index 00000000..4d887563 --- /dev/null +++ b/ansible/roles/ceph-release/handlers/main.yml @@ -0,0 +1,3 @@ +--- + - name: "update apt cache" + action: apt update-cache=yes