From dcf6a246a44e82ebf3092c696b9f86d755157e71 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 3 Apr 2018 13:43:53 +0200 Subject: [PATCH] defaults: remove `run_once: true` when creating fetch_directory because of `serial: 1`, it can be an issue when the playbook is being run on client nodes. Since the refact of `ceph-client` we skip the role `ceph-defaults` on every node except the first client node, it means that the task is not going to be played because of `run_once: true`. Signed-off-by: Guillaume Abrioux --- roles/ceph-defaults/tasks/facts.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/ceph-defaults/tasks/facts.yml b/roles/ceph-defaults/tasks/facts.yml index 9c1e75fc5..248493029 100644 --- a/roles/ceph-defaults/tasks/facts.yml +++ b/roles/ceph-defaults/tasks/facts.yml @@ -66,7 +66,6 @@ state: directory changed_when: false become: false - run_once: true when: - (cephx or generate_fsid)