cloud_setup_basic: Don't install libselinux-python here either.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-10-19 17:14:57 +00:00 committed by Pierre-Yves Chibon
parent ed8fbb1daa
commit 31e67c36f2

View file

@ -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