cloud-setup-basic: drop some unneeded things.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-08-30 00:25:03 +00:00 committed by Pierre-Yves Chibon
parent 47f94ea0d7
commit 9ab087bf8f

View file

@ -14,8 +14,6 @@
dnf: state=present pkg={{ item }}
with_items:
- ntpdate
- ntp
- libsemanage-python
- libselinux-python
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
tags: