
Add support for the openSUSE Leap distributions. The security rules are similar to the RedHat and Ubuntu ones. We also replace ansible_os_family with ansible_pkg_mgr since the former does not return consistent results across different SUSE distributions especially on older Ansible versions. Change-Id: I20ffe17039bb641aad70d8123f0b7e7417a42cba
429 B
429 B
---id: V-72307 status: implemented tag: packages ---
The role will remove the xorg server package from the system if it is installed. The package name differs between Linux distributions:
- CentOS:
xorg-x11-server-Xorg
- Ubuntu:
xorg-xserver
- openSUSE Leap:
xorg-x11-server
Deployers can opt-out of this change by setting the following Ansible variable:
security_rhel7_remove_xorg: no