]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
defaults: remove `run_once: true` when creating fetch_directory
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 3 Apr 2018 11:43:53 +0000 (13:43 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 4 Apr 2018 08:51:17 +0000 (10:51 +0200)
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 <gabrioux@redhat.com>
roles/ceph-defaults/tasks/facts.yml

index 9c1e75fc52f06f6110ae98680dc3977e95bf1b08..248493029eee6ea13ab0899b5e1d57e28196688a 100644 (file)
@@ -66,7 +66,6 @@
     state: directory
   changed_when: false
   become: false
-  run_once: true
   when:
     - (cephx or generate_fsid)