]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
remove task named "include ntp debian setup tasks"
authorRishabh Dave <ridave@redhat.com>
Thu, 1 Nov 2018 13:46:03 +0000 (19:16 +0530)
committerSébastien Han <seb@redhat.com>
Thu, 1 Nov 2018 17:32:06 +0000 (18:32 +0100)
The task was included by mistake while resolving a merge confict for
commit 8edbda96df6896d51703fcc250f562abb4011a2d. The task removed in
commit b3a71eeb08e9cdb2607ed60d724f387a0a24d3de.

Fixes: https://github.com/ceph/ceph-ansible/issues/3292
Signed-off-by: Rishabh Dave <ridave@redhat.com>
roles/ceph-common/tasks/main.yml

index 1e1a1e7cf4f631d1e0689e67feff3b4860d29711..a5fb948914f941c9f10dbda202fbfc2c459533bf 100644 (file)
   tags:
     - package-install
 
-- name: debian based systems tasks
-  block:
-    - name: include installs/install_on_debian.yml
-      include_tasks: installs/install_on_debian.yml
-      tags:
-        - package-install
-    - name: include ntp debian setup tasks
-      include_tasks: "misc/ntp_debian.yml"
-      when:
-        - ntp_service_enabled
+- name: include installs/install_on_debian.yml
+  include_tasks: installs/install_on_debian.yml
+  tags:
+    - package-install
   when:
     - ansible_os_family == 'Debian'