]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
container-common: remove leftover
authorSébastien Han <seb@redhat.com>
Mon, 26 Nov 2018 10:52:04 +0000 (11:52 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Tue, 27 Nov 2018 16:47:40 +0000 (16:47 +0000)
ntp is installation is managed by the ceph-infra role.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-container-common/tasks/pre_requisites/prerequisites.yml

index e3d5f4a10c750e1ad443558825ff551ef4d2f691..30d74f2489baaed5398e0a95bf853484b474cf95 100644 (file)
     enabled: yes
   tags:
     with_pkg
-
-- name: install ntp
-  package:
-    name: ntp
-    state: present
-  when:
-    - ntp_service_enabled
-  tags:
-    with_pkg