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:
|
tags:
|
||||||
- package-install
|
- package-install
|
||||||
|
|
||||||
- name: debian based systems tasks
|
- name: include installs/install_on_debian.yml
|
||||||
block:
|
include_tasks: installs/install_on_debian.yml
|
||||||
- name: include installs/install_on_debian.yml
|
tags:
|
||||||
include_tasks: installs/install_on_debian.yml
|
- package-install
|
||||||
tags:
|
|
||||||
- package-install
|
|
||||||
- name: include ntp debian setup tasks
|
|
||||||
include_tasks: "misc/ntp_debian.yml"
|
|
||||||
when:
|
|
||||||
- ntp_service_enabled
|
|
||||||
when:
|
when:
|
||||||
- ansible_os_family == 'Debian'
|
- ansible_os_family == 'Debian'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue