remove task named "include ntp debian setup tasks"

The task was included by mistake while resolving a merge confict for
commit 8edbda96df. The task removed in
commit b3a71eeb08.

Fixes: https://github.com/ceph/ceph-ansible/issues/3292
Signed-off-by: Rishabh Dave <ridave@redhat.com>
pull/3296/head
Rishabh Dave 2018-11-01 19:16:03 +05:30 committed by Sébastien Han
parent ca7ed7dd81
commit ed1d53b2f8
1 changed files with 4 additions and 10 deletions

View File

@ -11,16 +11,10 @@
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'