diff --git a/meta/main.yml b/meta/main.yml index ddef021..2e53d85 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -20,16 +20,16 @@ galaxy_info: license: Apache2 min_ansible_version: 2.0 platforms: + - name: Debian + versions: + - buster - name: Ubuntu versions: - - xenial - bionic + - focal - name: EL versions: - - 7 - - name: opensuse - versions: - - 15 + - 8 categories: - systemd - development diff --git a/tasks/systemd_install.yml b/tasks/systemd_install.yml index 4ddd926..6d0f40b 100644 --- a/tasks/systemd_install.yml +++ b/tasks/systemd_install.yml @@ -35,7 +35,7 @@ - name: Install the EPEL repository yum_repository: name: epel-systemd_mounts - baseurl: "{{ systemd_centos_epel_mirror ~ '/' ~ ansible_facts['distribution_major_version'] ~ (ansible_facts['distribution_major_version'] is version('8', '>=')) | ternary('/Everything/', '/') ~ ansible_facts['architecture'] }}" + baseurl: "{{ systemd_centos_epel_mirror ~ '/' ~ ansible_facts['distribution_major_version'] ~ '/Everything/' ~ ansible_facts['architecture'] }}" description: "Extra Packages for Enterprise Linux {{ ansible_facts['distribution_major_version'] }} - $basearch" gpgcheck: yes enabled: yes diff --git a/tests/test-create-nfs-dev.yml b/tests/test-create-nfs-dev.yml index 9de4805..803e839 100644 --- a/tests/test-create-nfs-dev.yml +++ b/tests/test-create-nfs-dev.yml @@ -81,4 +81,3 @@ ubuntu: "nfs-kernel-server" debian: "nfs-kernel-server" centos: "nfs-utils" - opensuse: "nfs-kernel-server"