Merge "Do not install ntp package on host when not used"

This commit is contained in:
Zuul 2019-10-14 12:32:35 +00:00 committed by Gerrit Code Review
commit 43c9dd94d8

View File

@ -51,14 +51,14 @@ debian_pkg_install:
- git
- "{% if not easy_install_available %}python-pip{% endif %}"
- python-setuptools
- ntp
- "{% if enable_host_ntp | bool %}ntp{% endif %}"
- "{% if enable_ceph_nfs|bool %}rpcbind{% endif %}"
redhat_pkg_install:
- "{{ docker_yum_package }}"
- git
- python-setuptools
- ntp
- "{% if enable_host_ntp | bool %}ntp{% endif %}"
- sudo
ubuntu_pkg_removals: