]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
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)
commitdcf6a246a44e82ebf3092c696b9f86d755157e71
tree2d14ef6f6da4aa24f757be4ebc2e74a520d28d0c
parent18c0c7a508efc47382d42fafb9ce9cd01885c78f
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 <gabrioux@redhat.com>
roles/ceph-defaults/tasks/facts.yml