From 8196f6995646c22d33e943c78d5567535c2cee75 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 27 Oct 2015 16:35:17 -0400 Subject: [PATCH] add the one handler we use Signed-off-by: Alfredo Deza --- ansible/roles/ceph-release/handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansible/roles/ceph-release/handlers/main.yml 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 -- 2.39.5