From 027f9aaf09fd63a887a8d725b542930219f43707 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 --- 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 e39f2b6d4..5abe03000 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.39.5