From 31e67c36f2ef658fb77e1a769c4e69d2bc2cdb58 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 19 Oct 2019 17:14:57 +0000 Subject: [PATCH] cloud_setup_basic: Don't install libselinux-python here either. Signed-off-by: Kevin Fenzi --- tasks/cloud_setup_basic.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index b9584cba50..b34fdb283c 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -19,15 +19,6 @@ tags: - packages -- name: Install desired extra packages (dnf) - dnf: state=present pkg={{ item }} - with_items: - - ntpdate - - libselinux-python - when: ansible_distribution_major_version|int >=29 and ansible_distribution == 'Fedora' and ansible_cmdline.ostree is not defined - tags: - - packages - - name: Include basessh include_role: name=basessh