diff options
author | Matt Clay <matt@mystile.com> | 2025-01-07 22:46:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 22:46:48 +0100 |
commit | 648dcd3a6ab036b5e34c9f1cd89c0558a6be5251 (patch) | |
tree | cf24ce74924dd19e7bebc461c0aba657a334a5eb /test/integration/targets/subversion/vars/Suse.yml | |
parent | Add Keycloak service account auth capability to ansible-galaxy (#83145) (diff) | |
download | ansible-648dcd3a6ab036b5e34c9f1cd89c0558a6be5251.tar.xz ansible-648dcd3a6ab036b5e34c9f1cd89c0558a6be5251.zip |
ansible-test - Replace Fedora 40 with 41 (#84281)
* ansible-test - Replace Fedora 40 with 41
Also update other distro containers to remove unnecessary packages:
* apache2
* subversion
* ruby
* Fix subversion test on Ubuntu
Also remove obsolete vars files from subversion test.
* Skip dnf test on Fedora 41+
The dnf5 test is all that is needed.
* Support dnf5 for the package test
* Extend unix-chkpwd work-around for Fedora
Diffstat (limited to 'test/integration/targets/subversion/vars/Suse.yml')
-rw-r--r-- | test/integration/targets/subversion/vars/Suse.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/targets/subversion/vars/Suse.yml b/test/integration/targets/subversion/vars/Suse.yml deleted file mode 100644 index eab906ec78..0000000000 --- a/test/integration/targets/subversion/vars/Suse.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -subversion_packages: -- subversion -- subversion-server -apache_user: wwwrun -apache_group: www |