From: Guillaume Abrioux Date: Tue, 3 Apr 2018 11:43:53 +0000 (+0200) Subject: defaults: remove `run_once: true` when creating fetch_directory X-Git-Tag: v3.1.0beta5~9 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dcf6a246a44e82ebf3092c696b9f86d755157e71;p=ceph-ansible.git 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 --- 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)