From ff2bdaacf364414948ca4d23aeee31ef86582277 Mon Sep 17 00:00:00 2001 From: yanyx Date: Fri, 5 May 2017 16:44:58 +0800 Subject: [PATCH] ignore error when key is not exist (cherry picked from commit 027f9aaf09fd63a887a8d725b542930219f43707) Signed-off-by: Guillaume Abrioux --- roles/ceph-mon/tasks/ceph_keys.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ceph-mon/tasks/ceph_keys.yml b/roles/ceph-mon/tasks/ceph_keys.yml index 3e7ffe2f1..0d8f857fd 100644 --- a/roles/ceph-mon/tasks/ceph_keys.yml +++ b/roles/ceph-mon/tasks/ceph_keys.yml @@ -22,6 +22,7 @@ ignore_errors: true always_run: true run_once: true + failed_when: false register: is_initial_mon_keyring_in_kv - name: put initial mon keyring in mon kv store -- 2.47.3