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:
parent
ec716db512
commit
df6ecb8a7d
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue