cloud_setup_basic: Don't install libselinux-python here either.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ed8fbb1daa
commit
31e67c36f2
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue