mirror of https://github.com/ceph/ceph-ansible.git
remove task named "include ntp debian setup tasks"
The task was included by mistake while resolving a merge confict for commitpull/3296/head8edbda96df
. The task removed in commitb3a71eeb08
. Fixes: https://github.com/ceph/ceph-ansible/issues/3292 Signed-off-by: Rishabh Dave <ridave@redhat.com>
parent
ca7ed7dd81
commit
ed1d53b2f8
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue