From 75e8b0f02a735aaeb8c53ee03e328bd446016bc7 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 11 Sep 2018 16:09:57 +0100 Subject: [PATCH] file_perms: Skip rpm verification step for Leap 15 openSUSE Leap 15 has a bug in the sudo package and this test always fails. As such, we need to skip it until the upstream bug is fixed. Change-Id: Ifa6baa50d0e0c2e2cabba39ba101ef943f14d882 Link: https://bugzilla.suse.com/show_bug.cgi?id=1097643 --- tasks/rhel7stig/file_perms.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/rhel7stig/file_perms.yml b/tasks/rhel7stig/file_perms.yml index 394fe69f..b1f54d36 100644 --- a/tasks/rhel7stig/file_perms.yml +++ b/tasks/rhel7stig/file_perms.yml @@ -41,6 +41,7 @@ - ansible_pkg_mgr in ['yum', 'zypper'] - rpmverify_package_list is defined - rpmverify_package_list.stdout_lines | length > 0 + - not (ansible_os_family | lower == 'suse' and ansible_distribution_major_version == '15') # Leap 15 bug in sudo package https://bugzilla.suse.com/show_bug.cgi?id=1097643 async: 300 poll: 0 tags: