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>
pull/2494/head
Guillaume Abrioux 2018-04-03 13:43:53 +02:00 committed by Sébastien Han
parent 18c0c7a508
commit dcf6a246a4
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@
state: directory state: directory
changed_when: false changed_when: false
become: false become: false
run_once: true
when: when:
- (cephx or generate_fsid) - (cephx or generate_fsid)