{"name": "not_aarch64_arch_and_not_s390x_arch", "original_expression": "not aarch64_arch and not s390x_arch", "xml_content": "<ns0:platform xmlns:ns0=\"http://cpe.mitre.org/language/2.0\" id=\"not_aarch64_arch_and_not_s390x_arch\"><ns0:logical-test operator=\"AND\" negate=\"false\"><ns0:logical-test operator=\"AND\" negate=\"true\"><ns0:check-fact-ref system=\"http://oval.mitre.org/XMLSchema/oval-definitions-5\" href=\"ssg-ubuntu2204-cpe-oval.xml\" id-ref=\"oval:ssg-proc_sys_kernel_osrelease_arch_aarch64:def:1\" /></ns0:logical-test><ns0:logical-test operator=\"AND\" negate=\"true\"><ns0:check-fact-ref system=\"http://oval.mitre.org/XMLSchema/oval-definitions-5\" href=\"ssg-ubuntu2204-cpe-oval.xml\" id-ref=\"oval:ssg-proc_sys_kernel_osrelease_arch_s390x:def:1\" /></ns0:logical-test></ns0:logical-test></ns0:platform>", "bash_conditional": "( ! ( ( grep -sqE \"^.*\\.aarch64$\" /proc/sys/kernel/osrelease || grep -sqE \"^aarch64$\" /proc/sys/kernel/arch; ) ) && ! ( ( grep -sqE \"^.*\\.s390x$\" /proc/sys/kernel/osrelease || grep -sqE \"^s390x$\" /proc/sys/kernel/arch; ) ) )", "ansible_conditional": "( not ( ansible_architecture == \"aarch64\" ) and not ( ansible_architecture == \"s390x\" ) )", "title": "", "definition_location": ""}