]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
mon: add missing include_tasks instead of import_tasks
authorSébastien Han <seb@redhat.com>
Sun, 2 Dec 2018 13:48:19 +0000 (14:48 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 3 Dec 2018 13:39:43 +0000 (14:39 +0100)
This was probably a leftover/mistake so let's fix this and make the file
consistent.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-mon/tasks/main.yml

index fbb92ce1e3ce28b78e023667b24b86ccaabf67ec..1ededb802ee46f4eb22b26118a8cc3d399bee0ec 100644 (file)
@@ -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