From: Sébastien Han Date: Sun, 2 Dec 2018 13:48:19 +0000 (+0100) Subject: mon: add missing include_tasks instead of import_tasks X-Git-Tag: v4.0.0beta1~142 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ee1905ad314bc09937752e74ba20c169d35b5359;p=ceph-ansible.git mon: add missing include_tasks instead of import_tasks This was probably a leftover/mistake so let's fix this and make the file consistent. Signed-off-by: Sébastien Han --- diff --git a/roles/ceph-mon/tasks/main.yml b/roles/ceph-mon/tasks/main.yml index fbb92ce1e..1ededb802 100644 --- a/roles/ceph-mon/tasks/main.yml +++ b/roles/ceph-mon/tasks/main.yml @@ -10,8 +10,7 @@ when: not containerized_deployment - name: include start_monitor.yml - import_tasks: start_monitor.yml - when: not containerized_deployment + include_tasks: start_monitor.yml - name: include_tasks ceph_keys.yml include_tasks: ceph_keys.yml