From 8cef84567b39659e478a779cd50b6dc35e098bc3 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 18 Oct 2018 08:49:25 +0100 Subject: [PATCH] Revert "file_perms: Skip rpm verification step for Leap 15" This reverts commit 75e8b0f02a735aaeb8c53ee03e328bd446016bc7. The openSUSE bug has been fixed so this workaround is not needed anymore. Change-Id: I7d8a93332d0ec925d97b64fc1052b1c3d621e066 --- tasks/rhel7stig/file_perms.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/rhel7stig/file_perms.yml b/tasks/rhel7stig/file_perms.yml index b1f54d36..394fe69f 100644 --- a/tasks/rhel7stig/file_perms.yml +++ b/tasks/rhel7stig/file_perms.yml @@ -41,7 +41,6 @@ - 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: