{"name": "os_linux_sles_gt_or_eq_15", "original_expression": "os_linux[sles]>=15", "xml_content": "<ns0:platform xmlns:ns0=\"http://cpe.mitre.org/language/2.0\" id=\"os_linux_sles_gt_or_eq_15\"><ns0:logical-test operator=\"AND\" negate=\"false\"><ns0:check-fact-ref system=\"http://oval.mitre.org/XMLSchema/oval-definitions-5\" href=\"ssg-ubuntu2204-cpe-oval.xml\" id-ref=\"oval:ssg-os_linux_sles_gt_or_eq_15:def:1\" /></ns0:logical-test></ns0:platform>", "bash_conditional": "grep -qP \"^ID=[\\\"']?sles[\\\"']?$\" \"/etc/os-release\" && { real=\"$(grep -P \"^VERSION_ID=[\\\"']?[\\w.]+[\\\"']?$\" /etc/os-release | sed \"s/^VERSION_ID=[\\\"']\\?\\([^\\\"']\\+\\)[\\\"']\\?$/\\1/\")\"; expected=\"15\"; printf \"%s\\n%s\" \"$expected\" \"$real\" | sort -VC; }", "ansible_conditional": "ansible_distribution == 'SLES' and ansible_distribution_version is version('15', '>=')", "title": "", "definition_location": ""}