- not (ansible_distribution == 'Fedora' and ansible_distribution_version == '28')
# We can't run yum --installroot tests on dnf systems. Dnf systems revert to
# yum-deprecated, and yum-deprecated refuses to run if yum.conf exists
@ -69,3 +75,6 @@
when:
- (ansible_distribution in ['RedHat', 'CentOS', 'ScientificLinux'] and ansible_distribution_major_version|int > 6) or ansible_distribution in ['Fedora']
- ansible_python.version.major == 2
# yum in Fedora 28 is deprecated and does not support boolean (rich) dependencies used in the tests.