base: do not try and install the global set on rhel8 beta yet.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-02-12 22:25:16 +00:00
parent ec716db512
commit df6ecb8a7d

View file

@ -93,7 +93,7 @@
tags:
- packages
- base
when: ansible_distribution_major_version|int < 22
when: ansible_distribution_major_version|int < 22 and ansible_distribution_major_version|int != 8
- name: global default packages to install (dnf)
dnf: state=present name="{{ global_pkgs_inst }}"