From 9ab087bf8f428e3e85b64b315c3ab0d03001c87d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 30 Aug 2019 00:25:03 +0000 Subject: [PATCH] cloud-setup-basic: drop some unneeded things. Signed-off-by: Kevin Fenzi --- tasks/cloud_setup_basic.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index e9949249d4..4e57b3dc5b 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -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: