From c8cc45efd12af01410465bad84770e478a13742e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Mon, 10 Jun 2024 21:54:02 +0000 Subject: [PATCH] remove AlmaLinux 8 from default testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- molecule/default/molecule.yml | 20 -------------------- tox.ini | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 0b4a7791..629302f6 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -14,19 +14,6 @@ provisioner: log: true inventory: host_vars: - almalinux8: - disable_wireless: true - kernel_lockdown: integrity - manage_compilers: false - manage_timesyncd: false - sshd_admin_net: - - "0.0.0.0/0" - sshd_allow_groups: - - vagrant - - sudo - sshd_host_keys_group: ssh_keys - sshd_update_moduli: true - suid_sgid_permissions: false almalinux9: enable_page_poisoning: true manage_resolved: false @@ -93,13 +80,6 @@ provisioner: umask_value: "027" ufw_rate_limit: true platforms: - - name: almalinux8 - box: almalinux/8 - config_options: - vm.boot_timeout: 600 - instance_raw_config_args: - - vbguest.auto_update = false - memory: 2048 - name: almalinux9 box: almalinux/9 config_options: diff --git a/tox.ini b/tox.ini index da426a9f..1b1ba598 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ passenv = * deps = ansible8: ansible==8 ansible9: ansible==9 - ansible10: ansible==10.0.0b1 + ansible10: ansible==10 ansibledevel: https://github.com/ansible/ansible/archive/devel.tar.gz ansible-lint jmespath