feat: increase EL compatibility (#963)
diff --git a/roles/coredns/meta/main.yml b/roles/coredns/meta/main.yml
index d3a7388..15b4128 100644
--- a/roles/coredns/meta/main.yml
+++ b/roles/coredns/meta/main.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2022 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,9 +19,14 @@
min_ansible_version: 5.5.0
standalone: false
platforms:
+ - name: EL
+ versions:
+ - "8"
+ - "9"
- name: Ubuntu
versions:
- focal
+ - jammy
dependencies:
- role: defaults