feat: increase EL compatibility (#963)
diff --git a/roles/ovn/meta/main.yml b/roles/ovn/meta/main.yml
index 7141b0f..fb717b6 100644
--- a/roles/ovn/meta/main.yml
+++ b/roles/ovn/meta/main.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2023 VEXXHOST, Inc.
+# Copyright (c) 2024 VEXXHOST, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
@@ -19,6 +19,10 @@
min_ansible_version: 5.5.0
standalone: false
platforms:
+ - name: EL
+ versions:
+ - "8"
+ - "9"
- name: Ubuntu
versions:
- focal